Delegate StartingCompanyDiagnosticHandler
Evento disparado quando as tarefas são iniciadas.
Assembly: ICblBS100.dll
Syntax
public delegate void StartingCompanyDiagnosticHandler(string strEmp, bool success);
Parameters
Type |
Name |
Description |
System.String |
strEmp |
|
System.Boolean |
success |
|
Constructors
StartingCompanyDiagnosticHandler(Object, IntPtr)
Declaration
public StartingCompanyDiagnosticHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(String, Boolean, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(string strEmp, bool success, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.String |
strEmp |
|
System.Boolean |
success |
|
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, Boolean)
Declaration
public virtual void Invoke(string strEmp, bool success)
Parameters
Type |
Name |
Description |
System.String |
strEmp |
|
System.Boolean |
success |
|