IAsyncInfo interface
Provides support for asynchronous operations.
Members
The IAsyncInfo interface inherits from IInspectable. IAsyncInfo also has these types of members:
Methods
The IAsyncInfo interface has these methods.
| Method | Description |
|---|---|
| Cancel |
Requests cancellation of the asynchronous operation already in progress. |
| Close |
Closes the asynchronous work object. |
Properties
The IAsyncInfo interface has these properties.
| Property | Access type | Description |
|---|---|---|
|
Read-only |
Retrieves the termination status of the asynchronous operation. | |
|
Read-only |
Retrieves the identifier of the asynchronous operation. | |
|
Read-only |
Gets a value that indicates the status of the asynchronous operation. |
Requirements
|
Minimum supported client |
Windows 8 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|
Show: