Share via


FlushResult.IsCompleted 屬性

定義

取得值,其指出讀取器不會再讀取寫入 PipeWriter 的資料。

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

屬性值

true 如果讀取器不再讀取寫入的數據,則為 PipeWriterfalse否則為 。

適用於