다음을 통해 공유


ClientBase<TChannel>.ICommunicationObject.Close 메서드

정의

오버로드

ICommunicationObject.Close(TimeSpan)

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

ICommunicationObject.Close()

통신 개체가 현재 상태에서 Closed 상태로 전환되도록 합니다.

ICommunicationObject.Close(TimeSpan)

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

 virtual void System.ServiceModel.ICommunicationObject.Close(TimeSpan timeout) = System::ServiceModel::ICommunicationObject::Close;
void ICommunicationObject.Close (TimeSpan timeout);
abstract member System.ServiceModel.ICommunicationObject.Close : TimeSpan -> unit
override this.System.ServiceModel.ICommunicationObject.Close : TimeSpan -> unit
Sub Close (timeout As TimeSpan) Implements ICommunicationObject.Close

매개 변수

timeout
TimeSpan

호출이 완료되어야 하는 시간입니다.

구현

설명

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

적용 대상

ICommunicationObject.Close()

통신 개체가 현재 상태에서 Closed 상태로 전환되도록 합니다.

 virtual void System.ServiceModel.ICommunicationObject.Close() = System::ServiceModel::ICommunicationObject::Close;
void ICommunicationObject.Close ();
abstract member System.ServiceModel.ICommunicationObject.Close : unit -> unit
override this.System.ServiceModel.ICommunicationObject.Close : unit -> unit
Sub Close () Implements ICommunicationObject.Close

구현

설명

이 멤버는 명시적 인터페이스 멤버 구현이며, ClientBase<TChannel> 인스턴스가 ICommunicationObject 인터페이스로 캐스팅된 경우에만 사용할 수 있습니다.

적용 대상