IAsyncAction interface (windows.foundation.h)
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 |