Partager via


CallbackDebugBehavior.IEndpointBehavior.ApplyDispatchBehavior Méthode

Définition

Implémente ApplyDispatchBehavior(ServiceEndpoint, EndpointDispatcher) afin de prendre en charge le comportement.

 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

Paramètres

serviceEndpoint
ServiceEndpoint

Point de terminaison qui expose le contrat.

endpointDispatcher
EndpointDispatcher

Répartiteur de points de terminaison à modifier ou étendre.

Implémente

Remarques

Lève un System.InvalidOperationException ; ce comportement ne peut être utilisé que dans une application cliente.

S’applique à