Delegate AdmBSCRM.ProgressoHandler
Assembly: AdmBS100.dll
Syntax
public delegate void ProgressoHandler(string Operacao, int Percent);
Parameters
| Type |
Name |
Description |
| System.String |
Operacao |
Operação actual.
|
| System.Int32 |
Percent |
Percentagem de progresso.
|
Constructors
ProgressoHandler(Object, IntPtr)
Declaration
public ProgressoHandler(object object, IntPtr method)
Parameters
| Type |
Name |
Description |
| System.Object |
object |
|
| System.IntPtr |
method |
|
Methods
BeginInvoke(String, Int32, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(string Operacao, int Percent, AsyncCallback callback, object object)
Parameters
| Type |
Name |
Description |
| System.String |
Operacao |
|
| System.Int32 |
Percent |
|
| System.AsyncCallback |
callback |
|
| System.Object |
object |
|
Returns
| Type |
Description |
| System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
| Type |
Name |
Description |
| System.IAsyncResult |
result |
|
Invoke(String, Int32)
Declaration
public virtual void Invoke(string Operacao, int Percent)
Parameters
| Type |
Name |
Description |
| System.String |
Operacao |
|
| System.Int32 |
Percent |
|