Sdílet prostřednictvím


BufferedReadStream.ReadAsync Metoda

Definice

Přetížení

ReadAsync(Memory<Byte>, CancellationToken)
ReadAsync(Byte[], Int32, Int32, CancellationToken)

ReadAsync(Memory<Byte>, CancellationToken)

Zdroj:
BufferedReadStream.cs

Asynchronně přečte posloupnost bajtů z aktuálního datového proudu, posune pozici v rámci streamu o počet přečtených bajtů a monitoruje žádosti o zrušení.

public override System.Threading.Tasks.ValueTask<int> ReadAsync (Memory<byte> buffer, System.Threading.CancellationToken cancellationToken);
override this.ReadAsync : Memory<byte> * System.Threading.CancellationToken -> System.Threading.Tasks.ValueTask<int>
Public Overrides Function ReadAsync (buffer As Memory(Of Byte), cancellationToken As CancellationToken) As ValueTask(Of Integer)

Parametry

buffer
Memory<Byte>
cancellationToken
CancellationToken

Návraty

Platí pro

ReadAsync(Byte[], Int32, Int32, CancellationToken)

Zdroj:
BufferedReadStream.cs
Zdroj:
BufferedReadStream.cs
Zdroj:
BufferedReadStream.cs

Asynchronně přečte posloupnost bajtů z aktuálního datového proudu, posune pozici v rámci streamu o počet přečtených bajtů a monitoruje žádosti o zrušení.

public:
 override System::Threading::Tasks::Task<int> ^ ReadAsync(cli::array <System::Byte> ^ buffer, int offset, int count, System::Threading::CancellationToken cancellationToken);
public override System.Threading.Tasks.Task<int> ReadAsync (byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken);
override this.ReadAsync : byte[] * int * int * System.Threading.CancellationToken -> System.Threading.Tasks.Task<int>
Public Overrides Function ReadAsync (buffer As Byte(), offset As Integer, count As Integer, cancellationToken As CancellationToken) As Task(Of Integer)

Parametry

buffer
Byte[]
offset
Int32
count
Int32
cancellationToken
CancellationToken

Návraty

Platí pro