Compartir a través de


IAsynchronousOperation Members

Include Protected Members
Include Inherited Members

The IAsynchronousOperation type exposes the following members.

Methods

  Name Description
Ff398107.pubmethod(en-us,OCS.14).gif 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
Ff398107.pubproperty(en-us,OCS.14).gif AsyncState
Returns current operation application defined context. Asynch state is set by providing a context object to the corresponding asynchronous method call.
Ff398107.pubproperty(en-us,OCS.14).gif DiagnosticCode
Returns diagnostic code of the current operation.
Ff398107.pubproperty(en-us,OCS.14).gif IsCancellable
Returns true if the asynchronous operation can be cancelled.
Ff398107.pubproperty(en-us,OCS.14).gif IsCompleted
Returns true if the async operation is completed.
Ff398107.pubproperty(en-us,OCS.14).gif IsSucceeded
Returns true if the async operation succeeded.
Ff398107.pubproperty(en-us,OCS.14).gif StatusCode
Returns status code of the current operation.

See Also

IAsynchronousOperation Interface

UCCollaborationLib Namespace