CloudBlockBlob.BeginDownloadBlockList
CloudBlockBlob.BeginDownloadBlockList
CloudBlockBlob.BeginDownloadBlockList
CloudBlockBlob.BeginDownloadBlockList
Method
Definition
Overloads
BeginDownloadBlockList(AsyncCallback, Object) BeginDownloadBlockList(AsyncCallback, Object) BeginDownloadBlockList(AsyncCallback, Object) BeginDownloadBlockList(AsyncCallback, Object) |
Begins an asynchronous operation to return an enumerable collection of the blob's blocks, using the specified block list filter. |
BeginDownloadBlockList(BlockListingFilter, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object) BeginDownloadBlockList(BlockListingFilter, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object) BeginDownloadBlockList(BlockListingFilter, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object) |
Begins an asynchronous operation to return an enumerable collection of the blob's blocks, using the specified block list filter. |
BeginDownloadBlockList(AsyncCallback, Object) BeginDownloadBlockList(AsyncCallback, Object) BeginDownloadBlockList(AsyncCallback, Object) BeginDownloadBlockList(AsyncCallback, Object)
Begins an asynchronous operation to return an enumerable collection of the blob's blocks, using the specified block list filter.
public:
virtual Microsoft::WindowsAzure::Storage::ICancellableAsyncResult ^ BeginDownloadBlockList(AsyncCallback ^ callback, System::Object ^ state);
[Microsoft.WindowsAzure.Storage.DoesServiceRequest]
public virtual Microsoft.WindowsAzure.Storage.ICancellableAsyncResult BeginDownloadBlockList (AsyncCallback callback, object state);
abstract member BeginDownloadBlockList : AsyncCallback * obj -> Microsoft.WindowsAzure.Storage.ICancellableAsyncResult
override this.BeginDownloadBlockList : AsyncCallback * obj -> Microsoft.WindowsAzure.Storage.ICancellableAsyncResult
Public Overridable Function BeginDownloadBlockList (callback As AsyncCallback, state As Object) As ICancellableAsyncResult
An AsyncCallback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An ICancellableAsyncResult that references the asynchronous operation.
BeginDownloadBlockList(BlockListingFilter, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object) BeginDownloadBlockList(BlockListingFilter, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object) BeginDownloadBlockList(BlockListingFilter, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)
Begins an asynchronous operation to return an enumerable collection of the blob's blocks, using the specified block list filter.
public:
virtual Microsoft::WindowsAzure::Storage::ICancellableAsyncResult ^ BeginDownloadBlockList(Microsoft::WindowsAzure::Storage::Blob::BlockListingFilter blockListingFilter, Microsoft::WindowsAzure::Storage::AccessCondition ^ accessCondition, Microsoft::WindowsAzure::Storage::Blob::BlobRequestOptions ^ options, Microsoft::WindowsAzure::Storage::OperationContext ^ operationContext, AsyncCallback ^ callback, System::Object ^ state);
[Microsoft.WindowsAzure.Storage.DoesServiceRequest]
public virtual Microsoft.WindowsAzure.Storage.ICancellableAsyncResult BeginDownloadBlockList (Microsoft.WindowsAzure.Storage.Blob.BlockListingFilter blockListingFilter, Microsoft.WindowsAzure.Storage.AccessCondition accessCondition, Microsoft.WindowsAzure.Storage.Blob.BlobRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext, AsyncCallback callback, object state);
abstract member BeginDownloadBlockList : Microsoft.WindowsAzure.Storage.Blob.BlockListingFilter * Microsoft.WindowsAzure.Storage.AccessCondition * Microsoft.WindowsAzure.Storage.Blob.BlobRequestOptions * Microsoft.WindowsAzure.Storage.OperationContext * AsyncCallback * obj -> Microsoft.WindowsAzure.Storage.ICancellableAsyncResult
override this.BeginDownloadBlockList : Microsoft.WindowsAzure.Storage.Blob.BlockListingFilter * Microsoft.WindowsAzure.Storage.AccessCondition * Microsoft.WindowsAzure.Storage.Blob.BlobRequestOptions * Microsoft.WindowsAzure.Storage.OperationContext * AsyncCallback * obj -> Microsoft.WindowsAzure.Storage.ICancellableAsyncResult
- blockListingFilter
- BlockListingFilter BlockListingFilter BlockListingFilter BlockListingFilter
A BlockListingFilter enumeration value that indicates whether to return committed blocks, uncommitted blocks, or both.
- accessCondition
- AccessCondition AccessCondition AccessCondition AccessCondition
An AccessCondition object that represents the condition that must be met in order for the request to proceed. If null
, no condition is used.
A BlobRequestOptions object that specifies additional options for the request.
- operationContext
- OperationContext OperationContext OperationContext OperationContext
An OperationContext object that represents the context for the current operation.
An AsyncCallback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An ICancellableAsyncResult that references the asynchronous operation.