PipeReader.Complete(Exception) Método
Definição
Sinaliza para o produtor que o consumidor está pronto para ler.Signals to the producer that the consumer is done reading.
public abstract void Complete (Exception exception = default);
public abstract void Complete (Exception? exception = default);
abstract member Complete : Exception -> unit
Public MustOverride Sub Complete (Optional exception As Exception = Nothing)
Parâmetros
- exception
- Exception
O Exception opcional que indica uma falha que está fazendo com que o pipeline seja concluído.Optional Exception indicating a failure that's causing the pipeline to complete.