FlushResult Estrutura
Definição
O resultado retornado pela chamada FlushAsync(CancellationToken).Result returned by FlushAsync(CancellationToken) call.
public value class FlushResult
public struct FlushResult
type FlushResult = struct
Public Structure FlushResult
- Herança
Construtores
| FlushResult(Boolean, Boolean) |
Inicializa uma nova instância do struct FlushResult configurando os sinalizadores IsCanceled e IsCompleted.Initializes a new instance of FlushResult struct setting the IsCanceled and IsCompleted flags. |
Propriedades
| IsCanceled |
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(). |
| IsCompleted |
Obtém um valor que indica que o leitor não está mais lendo os dados gravados no PipeWriter.Gets a value that indicates the reader is no longer reading data written to the PipeWriter. |