Compartir a través de


TransactedBatchingBehavior.IEndpointBehavior.ApplyDispatchBehavior Método

Definición

Asocia un distribuidor del extremo al extremo de servicio especificado. Este método no se puede heredar.

 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

Parámetros

serviceEndpoint
ServiceEndpoint

punto de conexión de servicio donde se aplica la configuración de comportamiento.

endpointDispatcher
EndpointDispatcher

Un punto de conexión que envía para enviar mensajes.

Implementaciones

Comentarios

WCF llama a este método para asociar un punto de conexión de servicio con un distribuidor de puntos de conexión.

Se aplica a