[]
Represents a method that handles the completed event of an asynchronous operation that provides progress updates.
public delegate void AsyncOperationWithProgressCompletedHandler<TResult, TProgress>(IAsyncOperationWithProgress<TResult, TProgress> asyncInfo, AsyncStatus asyncStatus)
Type | Name | Description |
---|---|---|
IAsyncOperationWithProgress<TResult, TProgress> | asyncInfo | The asynchronous operation. |
AsyncStatus | asyncStatus | The status of asynchronous action. |
Name | Description |
---|---|
TResult | The result of the action. |
TProgress | The type of the progress data. |
Name | Description |
---|---|
AsyncOperationWithProgressCompletedHandler(object, IntPtr) |