IAsyncOperationWithProgressCompletedHandler<TResult, TProgress> interface
Represents the method that is called when an asynchronous operation that reports progress completes.
Template parameters
TResult
The type that encapsulates outcome of the asynchronous action.TProgress
The type that encapsulates progress reports from the asynchronous action.
Members
The IAsyncOperationWithProgressCompletedHandler<TResult,TProgress> interface inherits from the IUnknown interface. IAsyncOperationWithProgressCompletedHandler also has these types of members:
- Methods
Methods
The IAsyncOperationWithProgressCompletedHandler<TResult,TProgress> interface has these methods.
Method | Description |
---|---|
Invoke | Invokes the method that is called when the specified asynchronous operation reports progress. |
Requirements
Minimum supported client |
Windows 8 |
Minimum supported server |
Windows Server 2012 |
Header |
Windows.Foundation.Collections.h |