FlushResult.IsCanceled Property

Definition

Gets a value that indicates whether the current FlushAsync(CancellationToken) operation was canceled by CancelPendingFlush().

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

Property Value

true if the current FlushAsync(CancellationToken) operation was canceled by CancelPendingFlush(); otherwise, false.

Applies to