Sdílet prostřednictvím


TransactedBatchingBehavior.IEndpointBehavior.ApplyDispatchBehavior Metoda

Definice

Přidruží dispečer koncového bodu k zadanému koncovému bodu služby. Tuto metodu nelze dědit.

 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

Parametry

serviceEndpoint
ServiceEndpoint

Koncový bod služby, ve kterém se použijí nastavení chování.

endpointDispatcher
EndpointDispatcher

Odeslání koncového bodu pro odesílání zpráv

Implementuje

Poznámky

Tato metoda je volána WCF, aby přidružil koncový bod služby k dispečeru koncového bodu.

Platí pro