Delegate StdBSPDU.AntesDaCondicaoHandler
Evento disparado antes da execução de uma condição.
Assembly: StdPlatBS100.dll
Syntax
public delegate void AntesDaCondicaoHandler(StdBEPDU Processo, StdBEPDUPasso Passo);
Parameters
Type |
Name |
Description |
StdBEPDU |
Processo |
Identificador do processo.
|
StdBEPDUPasso |
Passo |
Identificado do passo.
|
Constructors
AntesDaCondicaoHandler(Object, IntPtr)
Declaration
public AntesDaCondicaoHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(StdBEPDU, StdBEPDUPasso, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(StdBEPDU Processo, StdBEPDUPasso Passo, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
StdBEPDU |
Processo |
|
StdBEPDUPasso |
Passo |
|
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(StdBEPDU, StdBEPDUPasso)
Declaration
public virtual void Invoke(StdBEPDU Processo, StdBEPDUPasso Passo)
Parameters