Show / Hide Table of Contents

Delegate ReportProgressAsync

Namespace: SuperOffice.CRM.BulkUpdate
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public delegate Task ReportProgressAsync(int percentage, RowResultItem rowResultItem, CancellationToken cancellationToken)
Parameters
Type Name Description
int percentage
RowResultItem rowResultItem
CancellationToken cancellationToken
Returns
Type Description
Task

Constructors

ReportProgressAsync(object, IntPtr)

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

Methods

BeginInvoke(int, RowResultItem, CancellationToken, AsyncCallback, object)

Declaration
public virtual IAsyncResult BeginInvoke(int percentage, RowResultItem rowResultItem, CancellationToken cancellationToken, AsyncCallback callback, object @object)
Parameters
Type Name Description
int percentage
RowResultItem rowResultItem
CancellationToken cancellationToken
AsyncCallback callback
object object
Returns
Type Description
IAsyncResult

EndInvoke(IAsyncResult)

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

Invoke(int, RowResultItem, CancellationToken)

Declaration
public virtual Task Invoke(int percentage, RowResultItem rowResultItem, CancellationToken cancellationToken)
Parameters
Type Name Description
int percentage
RowResultItem rowResultItem
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