MustUnderstandBehavior.IEndpointBehavior.ApplyDispatchBehavior Yöntem

Tanım

Değerini ValidateMustUnderstand ValidateMustUnderstand özelliğine atar.

 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

Parametreler

serviceEndpoint
ServiceEndpoint

Davranışın uygulandığı uç nokta.

endpointDispatcher
EndpointDispatcher

Ayarlanacak dağıtıcı.

Uygulamalar

Açıklamalar

, ApplyDispatchBehavior Davranışını desteklemek için işlevlerini uygular.

Şunlara uygulanır