AsyncOperationWithProgressCompletedHandler
AsyncOperationWithProgressCompletedHandler
AsyncOperationWithProgressCompletedHandler
AsyncOperationWithProgressCompletedHandler
Delegate
Definition
Represents a method that handles the completed event of an asynchronous operation that provides progress updates.
public : delegate void AsyncOperationWithProgressCompletedHandler(IAsyncOperationWithProgress<TResult, TProgress> asyncInfo, AsyncStatus asyncStatus)public delegate void AsyncOperationWithProgressCompletedHandler(IAsyncOperationWithProgress<TResult, TProgress> asyncInfo, AsyncStatus asyncStatus)Public Delegate AsyncOperationWithProgressCompletedHandler(asyncInfo As IAsyncOperationWithProgress<TResult, TProgress>, asyncStatus As AsyncStatus)// You can use this delegate in JavaScript.
Parameters
- asyncInfo
- IAsyncOperationWithProgress<TResult, TProgress> IAsyncOperationWithProgress<TResult, TProgress> IAsyncOperationWithProgress<TResult, TProgress> IAsyncOperationWithProgress<TResult, TProgress>
The asynchronous operation.
- 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)
|