IAsyncAction interface
Represents an asynchronous action.
Members
The IAsyncAction interface inherits from IInspectable. IAsyncAction also has these types of members:
Methods
The IAsyncAction interface has these methods.
| Method | Description |
|---|---|
| get_Completed |
Gets the method that is called when the asynchronous action completes. |
| GetResults |
Gets the outcome of an asynchronous action. |
| put_Completed |
Sets the method that is called when the asynchronous action completes. |
Remarks
The IAsyncAction interface represents an asynchronous action that does not return a result and does not have progress notifications. When the action completes, the AsyncActionCompletedHandler specified by get_Completed is invoked, and this is the only result from the action.
Requirements
|
Minimum supported client |
Windows 8 |
|---|---|
|
Minimum supported server |
Windows Server 2012 |
|
Header |
|
|
IDL |
|
Show: