ReadResult.IsCanceled 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,其指出 CancelPendingRead() 是否已取消目前的 ReadAsync(CancellationToken) 作業。
public:
property bool IsCanceled { bool get(); };
public bool IsCanceled { get; }
member this.IsCanceled : bool
Public ReadOnly Property IsCanceled As Boolean
屬性值
true
如果產生此作業ReadAsync(CancellationToken)的作業已由 取消CancelPendingRead(),則為 ,否則為 false
。ReadResult