AsyncActionWithProgressCompletedHandler
AsyncActionWithProgressCompletedHandler
AsyncActionWithProgressCompletedHandler
AsyncActionWithProgressCompletedHandler
Delegate
Definition
Represents a method that handles the completed event of an asynchronous action that provides progress updates.
public : delegate void AsyncActionWithProgressCompletedHandler(IAsyncActionWithProgress<TProgress> asyncInfo, AsyncStatus asyncStatus)public delegate void AsyncActionWithProgressCompletedHandler(IAsyncActionWithProgress<TProgress> asyncInfo, AsyncStatus asyncStatus)Public Delegate AsyncActionWithProgressCompletedHandler(asyncInfo As IAsyncActionWithProgress<TProgress>, asyncStatus As AsyncStatus)// You can use this delegate in JavaScript.
Parameters
- asyncInfo
- IAsyncActionWithProgress<TProgress> IAsyncActionWithProgress<TProgress> IAsyncActionWithProgress<TProgress> IAsyncActionWithProgress<TProgress>
The asynchronous action.
- asyncStatus
- AsyncStatus AsyncStatus AsyncStatus AsyncStatus
One of the enumeration values.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.FoundationContract (introduced v1)
|