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