Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Initiates an asynchronous operation that checks whether the container exists.

Namespace:   Microsoft.WindowsAzure.Storage.Blob
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
[DoesServiceRequestAttribute]
public virtual Task<bool> ExistsAsync(
	CancellationToken cancellationToken
)
 
public:
[DoesServiceRequestAttribute]
virtual Task<bool>^ ExistsAsync(
	CancellationToken cancellationToken
)
 
[<DoesServiceRequestAttribute>]
abstract ExistsAsync : 
        cancellationToken:CancellationToken -> Task<bool>
[<DoesServiceRequestAttribute>]
override ExistsAsync : 
        cancellationToken:CancellationToken -> Task<bool>
 
<DoesServiceRequestAttribute>
Public Overridable Function ExistsAsync (
	cancellationToken As CancellationToken
) As Task(OfBoolean)
Return to top