Delegate WantCompressionCallback
Assembly: ArtOfTest.WebAii.dll
Syntax
public delegate bool WantCompressionCallback(string localFileName, string fileNameInArchive);
Parameters
|
System.String
localFileName
|
|
System.String
fileNameInArchive
|
Returns
Constructors
Declaration
public WantCompressionCallback(object object, IntPtr method)
Parameters
|
System.Object
object
|
|
System.IntPtr
method
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(string localFileName, string fileNameInArchive, AsyncCallback callback, object object)
Parameters
|
System.String
localFileName
|
|
System.String
fileNameInArchive
|
|
System.AsyncCallback
callback
|
|
System.Object
object
|
Returns
Declaration
public virtual bool EndInvoke(IAsyncResult result)
Parameters
|
System.IAsyncResult
result
|
Returns
Declaration
public virtual bool Invoke(string localFileName, string fileNameInArchive)
Parameters
|
System.String
localFileName
|
|
System.String
fileNameInArchive
|
Returns