PipeOptions.PauseWriterThreshold 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 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位元組數目。