Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents an asynchronous action.
Inheritance
The IAsyncAction interface inherits from IInspectable. IAsyncAction also has these types of members:
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
Requirement | Value |
---|---|
Minimum supported client | Windows 8 |
Minimum supported server | Windows Server 2012 |
Target Platform | Windows |
Header | windows.foundation.h |