다음을 통해 공유


TransactedBatchingBehavior.IEndpointBehavior.ApplyDispatchBehavior 메서드

정의

엔드포인트 디스패처를 지정된 서비스 엔드포인트에 연결합니다. 이 메서드는 상속될 수 없습니다.

 virtual void System.ServiceModel.Description.IEndpointBehavior.ApplyDispatchBehavior(System::ServiceModel::Description::ServiceEndpoint ^ serviceEndpoint, System::ServiceModel::Dispatcher::EndpointDispatcher ^ endpointDispatcher) = System::ServiceModel::Description::IEndpointBehavior::ApplyDispatchBehavior;
void IEndpointBehavior.ApplyDispatchBehavior (System.ServiceModel.Description.ServiceEndpoint serviceEndpoint, System.ServiceModel.Dispatcher.EndpointDispatcher endpointDispatcher);
abstract member System.ServiceModel.Description.IEndpointBehavior.ApplyDispatchBehavior : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Dispatcher.EndpointDispatcher -> unit
override this.System.ServiceModel.Description.IEndpointBehavior.ApplyDispatchBehavior : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Dispatcher.EndpointDispatcher -> unit
Sub ApplyDispatchBehavior (serviceEndpoint As ServiceEndpoint, endpointDispatcher As EndpointDispatcher) Implements IEndpointBehavior.ApplyDispatchBehavior

매개 변수

serviceEndpoint
ServiceEndpoint

동작 설정이 적용되는 서비스 엔드포인트입니다.

endpointDispatcher
EndpointDispatcher

메시지를 디스패치하기 위한 엔드포인트 디스패치입니다.

구현

설명

이 메서드는 엔드포인트 디스패처를 사용 하 여 서비스 엔드포인트을 연결 하는 WCF에 의해 호출 됩니다.

적용 대상