[]
        
(Showing Draft Content)

C1.WPF.Document.AsyncOperationWithProgressCompletedHandler-2

AsyncOperationWithProgressCompletedHandler<TResult, TProgress> Delegate

Represents a method that handles the completed event of an asynchronous operation that provides progress updates.

Namespace: C1.WPF.Document
Assembly: C1.WPF.Document.4.6.2.dll
Syntax
public delegate void AsyncOperationWithProgressCompletedHandler<TResult, TProgress>(IAsyncOperationWithProgress<TResult, TProgress> asyncInfo, AsyncStatus asyncStatus)
Parameters
Type Name Description
IAsyncOperationWithProgress<TResult, TProgress> asyncInfo

The asynchronous operation.

AsyncStatus asyncStatus

The status of asynchronous action.

Type Parameters
Name Description
TResult

The result of the action.

TProgress

The type of the progress data.

Constructors

Name Description
AsyncOperationWithProgressCompletedHandler(object, IntPtr)

Methods

Name Description
BeginInvoke(IAsyncOperationWithProgress<TResult, TProgress>, AsyncStatus, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(IAsyncOperationWithProgress<TResult, TProgress>, AsyncStatus)