Freigeben über


SynchronousReceiveBehavior.IEndpointBehavior.ApplyDispatchBehavior Methode

Definition

Legt die ReceiveSynchronously-Eigenschaft auf true fest.

 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

Parameter

serviceEndpoint
ServiceEndpoint

Der Endpunkt, der den Vertrag verfügbar macht.

endpointDispatcher
EndpointDispatcher

Der Endpunktverteiler, der geändert oder erweitert werden soll.

Implementiert

Hinweise

Löst eine Ausnahme aus, wenn endpointDispatcher auf null festgelegt ist.

Gilt für: