AsyncOperationCompletedHandler<TResult> delegate
Represents a method that handles the completed event of an asynchronous operation.
Syntax
public delegate void AsyncOperationCompletedHandler( IAsyncOperation<TResult> asyncInfo, AsyncStatus asyncStatus )
Attributes
- GuidAttribute("fcdcf02c-e5d8-4478-915a-4d90b74b83a5")
- VersionAttribute(NTDDI_WIN8)
Parameters
- asyncInfo
-
Type: IAsyncOperation<TResult>
The asynchronous operation.
- 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
