Show / Hide Table of Contents

Delegate BatchTaskStatusChangedAsync

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

Namespace: SuperOffice.CRM.BatchProcessing
Assembly: SoBatchProcessing.dll
Syntax
public delegate Task BatchTaskStatusChangedAsync(BatchTaskInfo taskInfo, CancellationToken cancellationToken)
Parameters
Type Name Description
BatchTaskInfo taskInfo

Information about the task who's status is changed.

CancellationToken cancellationToken
Returns
Type Description
Task

Constructors

BatchTaskStatusChangedAsync(object, IntPtr)

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

Declaration
public BatchTaskStatusChangedAsync(object @object, IntPtr method)
Parameters
Type Name Description
object object
IntPtr method

Methods

BeginInvoke(BatchTaskInfo, CancellationToken, AsyncCallback, object)

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

Declaration
public virtual IAsyncResult BeginInvoke(BatchTaskInfo taskInfo, CancellationToken cancellationToken, AsyncCallback callback, object @object)
Parameters
Type Name Description
BatchTaskInfo taskInfo
CancellationToken cancellationToken
AsyncCallback callback
object object
Returns
Type Description
IAsyncResult

EndInvoke(IAsyncResult)

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

Declaration
public virtual Task EndInvoke(IAsyncResult result)
Parameters
Type Name Description
IAsyncResult result
Returns
Type Description
Task

Invoke(BatchTaskInfo, CancellationToken)

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

Declaration
public virtual Task Invoke(BatchTaskInfo taskInfo, CancellationToken cancellationToken)
Parameters
Type Name Description
BatchTaskInfo taskInfo
CancellationToken cancellationToken
Returns
Type Description
Task

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