다음을 통해 공유


ClientBase<TChannel>.Close 메서드

정의

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

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를 참조하세요.

적용 대상