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 바이트 수입니다.

적용 대상