Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

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

Overload List

NameDescription
System_CAPS_pubmethodCreateIfNotExistsAsync()()()()

Initiates an asynchronous operation that creates the container if it does not already exist.

System_CAPS_pubmethodCreateIfNotExistsAsync(BlobContainerPublicAccessType, BlobRequestOptions, OperationContext)(BlobContainerPublicAccessType, BlobRequestOptions^, OperationContext^)(BlobContainerPublicAccessType, BlobRequestOptions, OperationContext)(BlobContainerPublicAccessType, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation that creates the container if it does not already exist.

System_CAPS_pubmethodCreateIfNotExistsAsync(BlobContainerPublicAccessType, BlobRequestOptions, OperationContext, CancellationToken)(BlobContainerPublicAccessType, BlobRequestOptions^, OperationContext^, CancellationToken)(BlobContainerPublicAccessType, BlobRequestOptions, OperationContext, CancellationToken)(BlobContainerPublicAccessType, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation that creates the container if it does not already exist.

System_CAPS_pubmethodCreateIfNotExistsAsync(BlobRequestOptions, OperationContext)(BlobRequestOptions^, OperationContext^)(BlobRequestOptions, OperationContext)(BlobRequestOptions, OperationContext)

Initiates an asynchronous operation that creates the container if it does not already exist.

System_CAPS_pubmethodCreateIfNotExistsAsync(BlobRequestOptions, OperationContext, CancellationToken)(BlobRequestOptions^, OperationContext^, CancellationToken)(BlobRequestOptions, OperationContext, CancellationToken)(BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation that creates the container if it does not already exist.

System_CAPS_pubmethodCreateIfNotExistsAsync(CancellationToken)(CancellationToken)(CancellationToken)(CancellationToken)

Initiates an asynchronous operation that creates the container if it does not already exist.

Return to top