[]
Represents a method that handles the completed event of an asynchronous action that provides progress updates.
public delegate void AsyncActionWithProgressCompletedHandler<TProgress>(IAsyncActionWithProgress<TProgress> asyncInfo, AsyncStatus asyncStatus)
Type | Name | Description |
---|---|---|
IAsyncActionWithProgress<TProgress> | asyncInfo | The asynchronous action. |
AsyncStatus | asyncStatus | The status of asynchronous action. |
Name | Description |
---|---|
TProgress | The type of the progress data. |
Name | Description |
---|---|
AsyncActionWithProgressCompletedHandler(object, IntPtr) |
Name | Description |
---|---|
BeginInvoke(IAsyncActionWithProgress<TProgress>, AsyncStatus, AsyncCallback, object) | |
EndInvoke(IAsyncResult) | |
Invoke(IAsyncActionWithProgress<TProgress>, AsyncStatus) |