PipeReader.ReadAsync(CancellationToken) Method

Definition

Asynchronously reads a sequence of bytes from the current PipeReader.

C#
public abstract System.Threading.Tasks.ValueTask<System.IO.Pipelines.ReadResult> ReadAsync(System.Threading.CancellationToken cancellationToken = default);

Parameters

cancellationToken
CancellationToken

The token to monitor for cancellation requests. The default value is default.

Returns

A ValueTask<TResult> representing the asynchronous read operation.

Exceptions

The cancellation token was canceled. This exception is stored into the returned task.

Applies to

Prodotto Versioni
.NET 8 (package-provided), 9 (package-provided), 9, 10 (package-provided), 10
.NET Standard 2.0 (package-provided)