Freigeben über


OutputFileReference.DownloadToByteArrayAsync Methode

Definition

Lädt den Inhalt der Datei in ein Bytearray herunter.

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)

Parameter

target
Byte[]

Das Zielbytearray.

index
Int32

Der Startoffset im Bytearray

cancellationToken
CancellationToken

Ein CancellationToken zum Steuern der Lebensdauer des asynchronen Vorgangs.

Gibt zurück

Die Gesamtanzahl der in den Puffer gelesenen Bytes.

Gilt für:

Weitere Informationen