Delegate ProgressEstimateCallback
Assembly: SuperOffice.Plugins.dll
Syntax
public delegate void ProgressEstimateCallback(int total)
Parameters
| Type |
Name |
Description |
| int |
total |
|
Constructors
ProgressEstimateCallback(object, IntPtr)
Declaration
public ProgressEstimateCallback(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(int, AsyncCallback, object)
Declaration
public virtual IAsyncResult BeginInvoke(int total, AsyncCallback callback, object @object)
Parameters
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Invoke(int)
Declaration
public virtual void Invoke(int total)
Parameters
| Type |
Name |
Description |
| int |
total |
|
Extension Methods