ChannelFactoryBase.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:
 override void OnAbort();
protected override void OnAbort ();
override this.OnAbort : unit -> unit
Protected Overrides Sub OnAbort ()

Remarks

The default implementation is empty.

Applies to