PipeReader.Complete(Exception) Metod

Definition

Signaler till producenten om att konsumenten är klar med läsningen.

public abstract void Complete(Exception? exception = default);
abstract member Complete : Exception -> unit
Public MustOverride Sub Complete (Optional exception As Exception = Nothing)

Parametrar

exception
Exception

Valfritt Exception som anger ett fel som gör att pipelinen slutförs.

Gäller för