TransactedBatchingBehavior.IEndpointBehavior.ApplyDispatchBehavior Metod

Definition

Associerar en slutpunktsutskickare med den angivna tjänstslutpunkten. Den här metoden kan inte ärvas.

 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

Parametrar

serviceEndpoint
ServiceEndpoint

En tjänstslutpunkt där beteendeinställningar tillämpas.

endpointDispatcher
EndpointDispatcher

En slutpunkt som skickar meddelanden.

Implementeringar

Kommentarer

Den här metoden anropas av WCF för att associera en tjänstslutpunkt med en slutpunktsutskickare.

Gäller för