WSTrustServiceContract.ApplyDispatchBehavior Methode

Definition

Implementiert eine Änderung oder Erweiterung des Clients über einen Vertrag hinweg.

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)

Parameter

contractDescription
ContractDescription

Die zu ändernde Vertragsbeschreibung.

endpoint
ServiceEndpoint

Der Endpunkt, der den Vertrag verfügbar macht.

dispatchRuntime
DispatchRuntime

Die Dispatch-Laufzeit, die die Dienstausführung steuert.

Implementiert

Gilt für: