다음을 통해 공유


ChannelDispatcher.Attach(ServiceHostBase) 메서드

정의

채널 디스패처를 호스트에 연결합니다.

protected:
 override void Attach(System::ServiceModel::ServiceHostBase ^ host);
protected override void Attach (System.ServiceModel.ServiceHostBase host);
override this.Attach : System.ServiceModel.ServiceHostBase -> unit
Protected Overrides Sub Attach (host As ServiceHostBase)

매개 변수

host
ServiceHostBase

서비스에 대한 ServiceHostBase입니다.

예외

통신 개체가 Opening 또는 Opened 상태에 있는 경우

통신 개체가 Closing 또는 Closed 상태에 있는 경우

통신 개체가 Faulted 상태에 있는 경우

설명

이 속성은 ChannelDispatcher의 인스턴스가 Created 상태에 있는 경우에만 설정할 수 있는데 그 이유는 이 상태가 변경 가능하면서 삭제되지 않은 유일한 상태이기 때문입니다.

적용 대상