MustUnderstandBehavior.IEndpointBehavior.ApplyDispatchBehavior Methode

Definitie

Hiermee wordt de waarde van ValidateMustUnderstand de ValidateMustUnderstand eigenschap toegewezen.

 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

Parameters

serviceEndpoint
ServiceEndpoint

Het eindpunt waarop het gedrag van toepassing is.

endpointDispatcher
EndpointDispatcher

De dispatcher die moet worden ingesteld.

Implementeringen

Opmerkingen

Implementeert de ApplyDispatchBehavior functionaliteit voor ondersteuning van gedrag.

Van toepassing op