PipeOptions.ResumeWriterThreshold Property

Definition

Gets the number of bytes in the Pipe when FlushAsync(CancellationToken) stops blocking.

public:
 property long ResumeWriterThreshold { long get(); };
public long ResumeWriterThreshold { get; }
member this.ResumeWriterThreshold : int64
Public ReadOnly Property ResumeWriterThreshold As Long

Property Value

The number of bytes in the Pipe when FlushAsync(CancellationToken) stops blocking.

Applies to