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 中的字节数。

适用于