AsyncActionWithProgressCompletedHandler<TProgress> delegate
Represents a method that handles the completed event of an asynchronous action that provides progress updates.
Syntax
var asyncActionWithProgressCompletedHandler = function(asyncInfo, asyncStatus) { /* Your code */ }
Attributes
- GuidAttribute("9c029f91-cc84-44fd-ac26-0a6c4e555281")
- VersionAttribute(NTDDI_WIN8)
Parameters
- asyncInfo
-
Type: IAsyncActionWithProgress<TProgress>
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
