CommunicationObject.OnAbort Method

Definition

Inserts processing on a communication object after it transitions to the closing state due to the invocation of a synchronous abort operation.

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

Remarks

The Abort method calls OnAbort if the communication object is not already in a Closed state.

Applies to