C#
C++
F#
VB
ICancellableAsyncResult Interface
Represents the status of an asynchronous operation and provides support for cancellation.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
Properties
| Name | Description | |
|---|---|---|
| AsyncStateAsyncStateAsyncStateAsyncState | (Inherited from IAsyncResult.) | |
| AsyncWaitHandleAsyncWaitHandleAsyncWaitHandleAsyncWaitHandle | (Inherited from IAsyncResult.) | |
| CompletedSynchronouslyCompletedSynchronouslyCompletedSynchronouslyCompletedSynchronously | (Inherited from IAsyncResult.) | |
| IsCompletedIsCompletedIsCompletedIsCompleted | (Inherited from IAsyncResult.) |
Methods
| Name | Description | |
|---|---|---|
| Cancel()()()() | Cancels the asynchronous operation. |