Partager via


CloudFile.BeginDownloadToByteArray Méthode

Définition

Surcharges

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

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

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

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

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

Commence une opération asynchrone pour télécharger le contenu d’un fichier 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é de rappel 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, FileRequestOptions, OperationContext, AsyncCallback, Object)

Commence une opération asynchrone pour télécharger le contenu d’un fichier 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.File.FileRequestOptions 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.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext * AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
override this.BeginDownloadToByteArray : byte[] * int * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileRequestOptions * 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 FileRequestOptions, 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 les conditions d'accès pour le fichier.

options
FileRequestOptions

Objet FileRequestOptions 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é de rappel 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 à