Share via


PipeOptions.ResumeWriterThreshold 屬性

定義

取得 FlushAsync(CancellationToken) 停止封鎖時 Pipe 中的位元組數。

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

屬性值

FlushAsync(CancellationToken) 停止封鎖時 Pipe 中的位元組數。

適用於