ClientBase<TChannel>.Abort Method

Definition

Causes the ClientBase<TChannel> object to transition immediately from its current state into the closed state.

public:
 virtual void Abort();
public void Abort ();
abstract member Abort : unit -> unit
override this.Abort : unit -> unit
Public Sub Abort ()

Implements

Remarks

For more information, see System.ServiceModel.Channels.CommunicationObject.

Applies to