다음을 통해 공유


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

적용 대상