[]
        
(Showing Draft Content)

C1.WPF.Document.AsyncOperationProgressHandler-2

AsyncOperationProgressHandler<TResult, TProgress> Delegate

Represents a method that handles progress update events of an asynchronous operation that provides progress updates.

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

The asynchronous operation.

TProgress progressInfo

The progress information.

Type Parameters
Name Description
TResult

The result of the action.

TProgress

The type of the progress data.

Constructors

Name Description
AsyncOperationProgressHandler(object, IntPtr)

Methods

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