AsyncActionCompletedHandler delegate
Represents a method that handles the completed event of an asynchronous action.
Syntax
var asyncActionCompletedHandler = function(asyncInfo, asyncStatus) { /* Your code */ }
Attributes
- GuidAttribute("a4ed5c81-76c9-40bd-8be6-b1d90fb20ae7")
- VersionAttribute(NTDDI_WIN8)
Parameters
- asyncInfo
-
Type: IAsyncAction
The asynchronous action.
- asyncStatus
-
Type: AsyncStatus
One of the enumeration values.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Minimum supported phone | Windows Phone 8 |
|
Namespace |
|
|
Metadata |
|
Build date: 2/25/2013
