Delegate StdBSIDU.ProgressoExecucaoHandler
Assembly: StdPlatBS100.dll
Syntax
public delegate void ProgressoExecucaoHandler(string strMensagem, int lngPercentagem);
Parameters
Type |
Name |
Description |
System.String |
strMensagem |
|
System.Int32 |
lngPercentagem |
|
Constructors
ProgressoExecucaoHandler(Object, IntPtr)
Declaration
public ProgressoExecucaoHandler(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 strMensagem, int lngPercentagem, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.String |
strMensagem |
|
System.Int32 |
lngPercentagem |
|
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 strMensagem, int lngPercentagem)
Parameters
Type |
Name |
Description |
System.String |
strMensagem |
|
System.Int32 |
lngPercentagem |
|