Class BatchTaskStatusChanged
Delegate used no notify changes in the process of a task.
Namespace: SuperOffice.CRM.BatchProcessing
Assembly: SoBatchProcessing.dll
Syntax
public sealed class BatchTaskStatusChanged : MulticastDelegate
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 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)