[]
Supports asynchronous actions and operations.
public interface IAsyncInfo
| Name | Description |
|---|---|
| ErrorCode | Gets an exception occurs in the asynchronous operation. |
| Id | Gets the handle of the asynchronous operation. |
| Status | Gets a value that indicates the status of the asynchronous operation. |
| Name | Description |
|---|---|
| Cancel() | Cancels the asynchronous operation. |
| Close() | Closes the asynchronous operation. |