Partager via


OutputFileReference.DownloadToByteArrayAsync Méthode

Définition

Télécharge le contenu du fichier dans un tableau d’octets.

public System.Threading.Tasks.Task<int> DownloadToByteArrayAsync (byte[] target, int index, System.Threading.CancellationToken cancellationToken = default);
member this.DownloadToByteArrayAsync : byte[] * int * System.Threading.CancellationToken -> System.Threading.Tasks.Task<int>
Public Function DownloadToByteArrayAsync (target As Byte(), index As Integer, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Integer)

Paramètres

target
Byte[]

Tableau d'octets cible.

index
Int32

Décalage de départ dans le tableau d’octets

cancellationToken
CancellationToken

CancellationToken pour contrôler la durée de vie de l’opération asynchrone.

Retours

Nombre total d'octets lus dans la mémoire tampon.

S’applique à

Voir aussi