File.AppendAllBytesAsync(String, Byte[], CancellationToken) Metoda

Definicja

public static System.Threading.Tasks.Task AppendAllBytesAsync (string path, byte[] bytes, System.Threading.CancellationToken cancellationToken = default);
static member AppendAllBytesAsync : string * byte[] * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Shared Function AppendAllBytesAsync (path As String, bytes As Byte(), Optional cancellationToken As CancellationToken = Nothing) As Task

Parametry

path
String
bytes
Byte[]
cancellationToken
CancellationToken

Zwraca

Dotyczy