OperationBehaviorAttribute.IOperationBehavior.ApplyDispatchBehavior Methode

Definitie

Implementeert het gedrag van de servicebewerking.

 virtual void System.ServiceModel.Description.IOperationBehavior.ApplyDispatchBehavior(System::ServiceModel::Description::OperationDescription ^ description, System::ServiceModel::Dispatcher::DispatchOperation ^ dispatch) = System::ServiceModel::Description::IOperationBehavior::ApplyDispatchBehavior;
void IOperationBehavior.ApplyDispatchBehavior(System.ServiceModel.Description.OperationDescription description, System.ServiceModel.Dispatcher.DispatchOperation dispatch);
abstract member System.ServiceModel.Description.IOperationBehavior.ApplyDispatchBehavior : System.ServiceModel.Description.OperationDescription * System.ServiceModel.Dispatcher.DispatchOperation -> unit
override this.System.ServiceModel.Description.IOperationBehavior.ApplyDispatchBehavior : System.ServiceModel.Description.OperationDescription * System.ServiceModel.Dispatcher.DispatchOperation -> unit
Sub ApplyDispatchBehavior (description As OperationDescription, dispatch As DispatchOperation) Implements IOperationBehavior.ApplyDispatchBehavior

Parameters

description
OperationDescription

De beschrijving van de bewerking is gewijzigd ter ondersteuning van OperationBehaviorAttribute eigenschappen.

dispatch
DispatchOperation

Het uitbreidbaarheidspunt voor het invoegen van aangepaste servicewijzigingen voor deze bewerking.

Implementeringen

Van toepassing op