ClientBase<TChannel>.Close 메서드

정의

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

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

구현

설명

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

적용 대상