CloudBlob.BeginDownloadToByteArray Méthode

Définition

Surcharges

BeginDownloadToByteArray(Byte[], Int32, AsyncCallback, Object)

Commence une opération asynchrone pour télécharger le contenu d’un objet blob dans un tableau d’octets.

BeginDownloadToByteArray(Byte[], Int32, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Commence une opération asynchrone pour télécharger le contenu d’un objet blob dans un tableau d’octets.

BeginDownloadToByteArray(Byte[], Int32, AsyncCallback, Object)

Commence une opération asynchrone pour télécharger le contenu d’un objet blob dans un tableau d’octets.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual Microsoft.Azure.Storage.ICancellableAsyncResult BeginDownloadToByteArray (byte[] target, int index, AsyncCallback callback, object state);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member BeginDownloadToByteArray : byte[] * int * AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
override this.BeginDownloadToByteArray : byte[] * int * AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
Public Overridable Function BeginDownloadToByteArray (target As Byte(), index As Integer, callback As AsyncCallback, state As Object) As ICancellableAsyncResult

Paramètres

target
Byte[]

Tableau d'octets cible.

index
Int32

Décalage de départ dans le tableau d'octets.

callback
AsyncCallback

Délégué AsyncCallback qui recevra une notification à la fin de l’opération asynchrone.

state
Object

Objet défini par l’utilisateur qui sera passé au délégué de rappel.

Retours

ICancellableAsyncResult qui fait référence à l’opération asynchrone.

Attributs

S’applique à

BeginDownloadToByteArray(Byte[], Int32, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Commence une opération asynchrone pour télécharger le contenu d’un objet blob dans un tableau d’octets.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual Microsoft.Azure.Storage.ICancellableAsyncResult BeginDownloadToByteArray (byte[] target, int index, Microsoft.Azure.Storage.AccessCondition accessCondition, Microsoft.Azure.Storage.Blob.BlobRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, AsyncCallback callback, object state);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member BeginDownloadToByteArray : byte[] * int * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext * AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
override this.BeginDownloadToByteArray : byte[] * int * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext * AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
Public Overridable Function BeginDownloadToByteArray (target As Byte(), index As Integer, accessCondition As AccessCondition, options As BlobRequestOptions, operationContext As OperationContext, callback As AsyncCallback, state As Object) As ICancellableAsyncResult

Paramètres

target
Byte[]

Tableau d'octets cible.

index
Int32

Décalage de départ dans le tableau d'octets.

accessCondition
AccessCondition

Objet AccessCondition qui représente la condition qui doit être remplie pour que la demande continue.

options
BlobRequestOptions

Objet BlobRequestOptions qui spécifie les options supplémentaires de la demande.

operationContext
OperationContext

Objet OperationContext qui représente le contexte de l'opération actuelle.

callback
AsyncCallback

Délégué AsyncCallback qui recevra une notification à la fin de l’opération asynchrone.

state
Object

Objet défini par l’utilisateur qui sera passé au délégué de rappel.

Retours

ICancellableAsyncResult qui fait référence à l’opération asynchrone.

Attributs

S’applique à