ICancellableAsyncResult Interface (Microsoft.WindowsAzure.Storage)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
ICancellableAsyncResult Interface
Represents the status of an asynchronous operation and provides support for cancellation.
Namespace:
Microsoft.WindowsAzure.Storage
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.
Return to top
Represents the status of an asynchronous operation and provides support for cancellation.
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. |