Aracılığıyla paylaş


ClientViaBehavior.IEndpointBehavior.ApplyDispatchBehavior Yöntem

Tanım

Bir uç nokta genelinde hizmetin bir değişikliğini veya uzantısını uygular.

 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

Sözleşmeyi kullanıma sunan hizmet uç noktası.

endpointDispatcher
EndpointDispatcher

Değiştirilecek uç nokta dağıtıcısı.

Uygulamalar

Açıklamalar

InvalidOperationExceptionBu işlem istemci sonunda gerçekleştirilemediği için bir oluşturur.

Şunlara uygulanır