Share via


FlushResult.IsCanceled 屬性

定義

取得值,其指出 CancelPendingFlush() 是否已取消目前的 FlushAsync(CancellationToken) 作業。

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

屬性值

true 如果目前 FlushAsync(CancellationToken) 作業已由 CancelPendingFlush()取消,則為 ,否則為 false

適用於