ClientBase<TChannel>.Abort 메서드

정의

ClientBase<TChannel> 개체가 즉시 현재 상태에서 Closed 상태로 전환되도록 합니다.

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

구현

설명

자세한 내용은 System.ServiceModel.Channels.CommunicationObject를 참조하세요.

적용 대상