FlushResult.IsCanceled Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob der aktuelle FlushAsync(CancellationToken)-Vorgang durch CancelPendingFlush() abgebrochen wurde.

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

Eigenschaftswert

Boolean

true wenn der aktuelle FlushAsync(CancellationToken) Vorgang von CancelPendingFlush(); andernfalls falseabgebrochen wurde.

Gilt für: