AsyncActionCompletedHandler
AsyncActionCompletedHandler
AsyncActionCompletedHandler
AsyncActionCompletedHandler
Delegate
Definition
Represents a method that handles the completed event of an asynchronous action.
public : delegate void AsyncActionCompletedHandler(IAsyncAction asyncInfo, AsyncStatus asyncStatus)public delegate void AsyncActionCompletedHandler(IAsyncAction asyncInfo, AsyncStatus asyncStatus)Public Delegate AsyncActionCompletedHandler(asyncInfo As IAsyncAction, asyncStatus As AsyncStatus)// You can use this delegate in JavaScript.
Parameters
- asyncInfo
- IAsyncAction IAsyncAction IAsyncAction IAsyncAction
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)
|