IAsynchronousOperation Members
Include Protected Members
Include Inherited Members
The IAsynchronousOperation type exposes the following members.
Methods
Name | Description | |
---|---|---|
CancelOperation |
Cancels the async operation if it can be cancelled. Get the value of the IsCancellable property to determine if an operation can be cancelled.
|
Properties
Name | Description | |
---|---|---|
AsyncState |
Returns current operation application defined context. Asynch state is set by providing a context object to the corresponding asynchronous method call.
|
|
DiagnosticCode |
Returns diagnostic code of the current operation.
|
|
IsCancellable |
Returns true if the asynchronous operation can be cancelled.
|
|
IsCompleted |
Returns true if the async operation is completed.
|
|
IsSucceeded |
Returns true if the async operation succeeded.
|
|
StatusCode |
Returns status code of the current operation.
|