CallbackDebugBehavior.IEndpointBehavior.ApplyDispatchBehavior Метод

Определение

ApplyDispatchBehavior(ServiceEndpoint, EndpointDispatcher) Реализует функцию поддержки поведения.

 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

Диспетчер конечных точек, который необходимо изменить или расширить.

Реализации

Комментарии

System.InvalidOperationExceptionСоздает исключение; это поведение может использоваться только в клиентском приложении.

Применяется к