CommunicationObject.OnAbort Methode

Definition

Setzt Verarbeitung auf einem Kommunikationsobjekt ein, nachdem aufgrund des Aufrufs eines synchronen Abbruchvorgangs der Übergang zum Schließen-Status eingesetzt hat.

protected:
 abstract void OnAbort();
protected abstract void OnAbort ();
abstract member OnAbort : unit -> unit
Protected MustOverride Sub OnAbort ()

Hinweise

Die Abort-Methode ruft OnAbort auf, wenn das Kommunikationsobjekt sich nicht bereits in einem Closed-Zustand befindet.

Gilt für