Delegate BatchTaskStatusChanged
Delegate used no notify changes in the process of a task.
Namespace: SuperOffice.CRM.BatchProcessing
Assembly: SoBatchProcessing.dll
Syntax
public delegate void BatchTaskStatusChanged(BatchTaskInfo taskInfo)
Parameters
Type | Name | Description |
---|---|---|
BatchTaskInfo | taskInfo | Information about the task who's status is changed. |
Constructors
BatchTaskStatusChanged(object, IntPtr)
Delegate used no notify changes in the process of a task.
Declaration
public BatchTaskStatusChanged(object @object, IntPtr method)
Parameters
Type | Name | Description |
---|---|---|
object | object | |
IntPtr | method |
Methods
BeginInvoke(BatchTaskInfo, AsyncCallback, object)
Delegate used no notify changes in the process of a task.
Declaration
public virtual IAsyncResult BeginInvoke(BatchTaskInfo taskInfo, AsyncCallback callback, object @object)
Parameters
Type | Name | Description |
---|---|---|
BatchTaskInfo | taskInfo | |
AsyncCallback | callback | |
object | object |
Returns
Type | Description |
---|---|
IAsyncResult |
EndInvoke(IAsyncResult)
Delegate used no notify changes in the process of a task.
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type | Name | Description |
---|---|---|
IAsyncResult | result |
Invoke(BatchTaskInfo)
Delegate used no notify changes in the process of a task.
Declaration
public virtual void Invoke(BatchTaskInfo taskInfo)
Parameters
Type | Name | Description |
---|---|---|
BatchTaskInfo | taskInfo |