PipeOptions.PauseWriterThreshold プロパティ

定義

Pipe でブロックが開始されたときの FlushAsync(CancellationToken) のバイト数を取得します。 値を 0 にすると、FlushAsync(CancellationToken) によるブロックが回避され、Pipe のバイト数が事実上無制限になります。

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

プロパティ値

ブロックを開始したときの FlushAsync(CancellationToken) 内のPipeバイト数。

適用対象