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_pubmethodBeginListBlobsSegmented(BlobContinuationToken, AsyncCallback, Object)(BlobContinuationToken^, AsyncCallback^, Object^)(BlobContinuationToken, AsyncCallback, Object)(BlobContinuationToken, AsyncCallback, Object)

Begins an asynchronous operation to return a result segment containing a collection of blob items in the container.

System_CAPS_pubmethodBeginListBlobsSegmented(String, BlobContinuationToken, AsyncCallback, Object)(String^, BlobContinuationToken^, AsyncCallback^, Object^)(String, BlobContinuationToken, AsyncCallback, Object)(String, BlobContinuationToken, AsyncCallback, Object)

Begins an asynchronous operation to return a result segment containing a collection of blob items in the container.

System_CAPS_pubmethodBeginListBlobsSegmented(String, Boolean, BlobListingDetails, Nullable<Int32>, BlobContinuationToken, BlobRequestOptions, OperationContext, AsyncCallback, Object)(String^, Boolean, BlobListingDetails, Nullable<Int32>, BlobContinuationToken^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(String, Boolean, BlobListingDetails, Nullable<Int32>, BlobContinuationToken, BlobRequestOptions, OperationContext, AsyncCallback, Object)(String, Boolean, BlobListingDetails, Nullable(Of Int32), BlobContinuationToken, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to return a result segment containing a collection of blob items in the container.

Return to top