Show / Hide Table of Contents

Class BatchTaskStatusChanged

Delegate used no notify changes in the process of a task.

Inheritance
Object
BatchTaskStatusChanged
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)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top