Interface ICancellableAsyncResult
- Namespace
- Microsoft.WindowsAzure.Storage
- Assembly
- Microsoft.WindowsAzure.Storage.dll
Represents the status of an asynchronous operation and provides support for cancellation.
public interface ICancellableAsyncResult : IAsyncResult
- Inherited Members
Methods
Cancel()
Cancels the asynchronous operation.
void Cancel()