Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

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

 
public interface ICancellableAsyncResult : IAsyncResult
 
public interface class ICancellableAsyncResult : IAsyncResult
 
type ICancellableAsyncResult = 
    interface
        interface IAsyncResult
    end
 
Public Interface ICancellableAsyncResult
	Inherits IAsyncResult

Methods

NameDescription
System_CAPS_pubmethodCancel()()()()

Cancels the asynchronous operation.

Return to top