Share via


PipeOptions.PauseWriterThreshold 屬性

定義

取得 FlushAsync(CancellationToken) 開始封鎖時 Pipe 中的位元組數。 值為零可防止 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位元組數目。

適用於