FlushResult.IsCanceled Propriedade
Definição
Obtém um valor que indica se a operação FlushAsync(CancellationToken) atual foi cancelada por CancelPendingFlush().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
Valor da propriedade
true se a FlushAsync(CancellationToken) operação atual foi cancelada por CancelPendingFlush() ; caso contrário, false .true if the current FlushAsync(CancellationToken) operation was canceled by CancelPendingFlush(); otherwise, false.