Namespace:  Rebex.IO.Compression
Assembly:  Rebex.Zip (in Rebex.Zip.dll)

Syntax

Visual Basic
<ObsoleteAttribute("This method overload has been deprecated and will be removed. Use Add(string, string, Rebex.IO.TraversalMode, Rebex.IO.TransferMethod, Rebex.IO.ActionOnExistingFiles) method instead.",  _
	True)> _
Public Sub AddAsync ( _
	sourcePathOrMask As String, _
	archiveDirectoryPath As String, _
	mode As ArchiveTraversalMode, _
	defaultActionOnExistingFiles As ArchiveActionOnExistingFile _
)
C#
[ObsoleteAttribute("This method overload has been deprecated and will be removed. Use Add(string, string, Rebex.IO.TraversalMode, Rebex.IO.TransferMethod, Rebex.IO.ActionOnExistingFiles) method instead.", 
	true)]
public void AddAsync(
	string sourcePathOrMask,
	string archiveDirectoryPath,
	ArchiveTraversalMode mode,
	ArchiveActionOnExistingFile defaultActionOnExistingFiles
)

Parameters

sourcePathOrMask
Type: System..::..String
archiveDirectoryPath
Type: System..::..String
mode
Type: Rebex.IO.Compression..::..ArchiveTraversalMode
defaultActionOnExistingFiles
Type: Rebex.IO.Compression..::..ArchiveActionOnExistingFile

Version Information

.NET Compact Framework

Obsolete (does not compile) in 3.9, 3.5 and later

See Also