ChannelDispatcherBase.Attach(ServiceHostBase) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
파생 클래스에서 재정의된 경우 채널 디스패처를 특정 호스트에 연결합니다.
protected:
virtual void Attach(System::ServiceModel::ServiceHostBase ^ host);
protected virtual void Attach (System.ServiceModel.ServiceHostBase host);
abstract member Attach : System.ServiceModel.ServiceHostBase -> unit
override this.Attach : System.ServiceModel.ServiceHostBase -> unit
Protected Overridable Sub Attach (host As ServiceHostBase)
매개 변수
- host
- ServiceHostBase
서비스에 대한 ServiceHostBase입니다.
예외
host
이(가) null
인 경우
통신 개체가 Faulted 상태에 있는 경우
설명
이 메서드는 ChannelDispatcher의 인스턴스가 Created 상태에 있는 경우에만 설정할 수 있는데 그 이유는 이 상태가 변경 가능하면서 삭제되지 않은 유일한 상태이기 때문입니다.
ServiceHost는 ChannelDispatcherBase가 ChannelDispatchers 컬렉션에 추가될 때 이 메서드를 호출합니다. 이 메서드는 ChannelDispatcherBase에서 이벤트를 후크하여 ServiceHost를 검사할 수 있을 뿐만 아니라 Host 속성에서 반환되어야 하는 값을 제공합니다.