FlushResult.IsCompleted 속성

정의

판독기가 PipeWriter에 기록된 데이터를 더 이상 읽지 않음을 표시하는 값을 가져옵니다.

public:
 property bool IsCompleted { bool get(); };
public bool IsCompleted { get; }
member this.IsCompleted : bool
Public ReadOnly Property IsCompleted As Boolean

속성 값

Boolean

true if the reader is no longer reading data written to the PipeWriter; otherwise, false.

적용 대상