WSTrustServiceContract.ApplyDispatchBehavior Methode

Definitie

Implementeert een wijziging of uitbreiding van de client in een contract.

public:
 virtual void ApplyDispatchBehavior(System::ServiceModel::Description::ContractDescription ^ contractDescription, System::ServiceModel::Description::ServiceEndpoint ^ endpoint, System::ServiceModel::Dispatcher::DispatchRuntime ^ dispatchRuntime);
public void ApplyDispatchBehavior(System.ServiceModel.Description.ContractDescription contractDescription, System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Dispatcher.DispatchRuntime dispatchRuntime);
abstract member ApplyDispatchBehavior : System.ServiceModel.Description.ContractDescription * System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Dispatcher.DispatchRuntime -> unit
override this.ApplyDispatchBehavior : System.ServiceModel.Description.ContractDescription * System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Dispatcher.DispatchRuntime -> unit
Public Sub ApplyDispatchBehavior (contractDescription As ContractDescription, endpoint As ServiceEndpoint, dispatchRuntime As DispatchRuntime)

Parameters

contractDescription
ContractDescription

De contractbeschrijving die moet worden gewijzigd.

endpoint
ServiceEndpoint

Het eindpunt waarmee het contract wordt weergegeven.

dispatchRuntime
DispatchRuntime

De dispatch-runtime waarmee de uitvoering van de service wordt gecontroleerd.

Implementeringen

Van toepassing op