Udostępnij za pośrednictwem


PipeReader.OnWriterCompleted(Action<Exception,Object>, Object) Metoda

Definicja

Przestroga

OnWriterCompleted may not be invoked on all implementations of PipeReader. This will be removed in a future release.

Przestroga

OnWriterCompleted has been deprecated and may not be invoked on all implementations of PipeReader.

Rejestruje wywołanie zwrotne wykonywane po PipeWriter zakończeniu pracy po stronie potoku.

public:
 abstract void OnWriterCompleted(Action<Exception ^, System::Object ^> ^ callback, System::Object ^ state);
public:
 virtual void OnWriterCompleted(Action<Exception ^, System::Object ^> ^ callback, System::Object ^ state);
public abstract void OnWriterCompleted (Action<Exception,object> callback, object state);
[System.Obsolete("OnWriterCompleted may not be invoked on all implementations of PipeReader. This will be removed in a future release.")]
public virtual void OnWriterCompleted (Action<Exception,object> callback, object state);
[System.Obsolete("OnWriterCompleted may not be invoked on all implementations of PipeReader. This will be removed in a future release.")]
public virtual void OnWriterCompleted (Action<Exception?,object?> callback, object? state);
[System.Obsolete("OnWriterCompleted has been deprecated and may not be invoked on all implementations of PipeReader.")]
public virtual void OnWriterCompleted (Action<Exception?,object?> callback, object? state);
abstract member OnWriterCompleted : Action<Exception, obj> * obj -> unit
[<System.Obsolete("OnWriterCompleted may not be invoked on all implementations of PipeReader. This will be removed in a future release.")>]
abstract member OnWriterCompleted : Action<Exception, obj> * obj -> unit
override this.OnWriterCompleted : Action<Exception, obj> * obj -> unit
[<System.Obsolete("OnWriterCompleted has been deprecated and may not be invoked on all implementations of PipeReader.")>]
abstract member OnWriterCompleted : Action<Exception, obj> * obj -> unit
override this.OnWriterCompleted : Action<Exception, obj> * obj -> unit
Public MustOverride Sub OnWriterCompleted (callback As Action(Of Exception, Object), state As Object)
Public Overridable Sub OnWriterCompleted (callback As Action(Of Exception, Object), state As Object)

Parametry

callback
Action<Exception,Object>

Wywołanie zwrotne do zarejestrowania.

state
Object

Obiekt stanu, do który ma być przekazywany po callback wywołaniu.

Atrybuty

Uwagi

Ważne

OnWriterCompleted nie może być wywoływany we wszystkich implementacjach programu PipeWriter. Ta metoda zostanie usunięta w przyszłej wersji.

Dotyczy