IAsyncActionWithProgressCompletedHandler<TProgress> interface
Represents the method that is called when an asynchronous action that reports progress completes.
Template parameters
- TProgress
-
The type that encapsulates progress reports from the asynchronous action.
Members
The IAsyncActionWithProgressCompletedHandler<TProgress> interface inherits from the IUnknown interface. IAsyncActionWithProgressCompletedHandler also has these types of members:
Methods
The IAsyncActionWithProgressCompletedHandler<TProgress> interface has these methods.
| Method | Description |
|---|---|
| Invoke |
Invokes the method that is called when the specified asynchronous action completes. |
Remarks
Assign an IAsyncActionWithProgressCompletedHandler<TProgress> to an IAsyncActionWithProgress<TProgress> to receive a notification when the asynchronous action completes.
Requirements
|
Minimum supported client |
Windows 8 |
|---|---|
|
Minimum supported server |
Windows Server 2012 |
|
Header |
|