PipeWriter.WriteAsync(ReadOnlyMemory<Byte>, CancellationToken) Method

Definition

Writes the specified byte memory range to the pipe and makes data accessible to the PipeReader.

public virtual System.Threading.Tasks.ValueTask<System.IO.Pipelines.FlushResult> WriteAsync (ReadOnlyMemory<byte> source, System.Threading.CancellationToken cancellationToken = default);

Parameters

source
ReadOnlyMemory<Byte>

The read-only byte memory region to write.

cancellationToken
CancellationToken

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

Returns

A task that represents the asynchronous write operation, and wraps the flush asynchronous 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
.NET Framework 4.7 (package-provided), 4.7.1 (package-provided), 4.7.2 (package-provided), 4.8 (package-provided)
.NET Standard 2.0 (package-provided)