AspNetCacheProfileAttribute.ApplyDispatchBehavior Method

Definition

An implementation of the ApplyDispatchBehavior(OperationDescription, DispatchOperation) method. Used by the WCF infrastructure and is not intended to be used by developers.

public:
 virtual void ApplyDispatchBehavior(System::ServiceModel::Description::OperationDescription ^ operationDescription, System::ServiceModel::Dispatcher::DispatchOperation ^ dispatchOperation);
public void ApplyDispatchBehavior (System.ServiceModel.Description.OperationDescription operationDescription, System.ServiceModel.Dispatcher.DispatchOperation dispatchOperation);
abstract member ApplyDispatchBehavior : System.ServiceModel.Description.OperationDescription * System.ServiceModel.Dispatcher.DispatchOperation -> unit
override this.ApplyDispatchBehavior : System.ServiceModel.Description.OperationDescription * System.ServiceModel.Dispatcher.DispatchOperation -> unit
Public Sub ApplyDispatchBehavior (operationDescription As OperationDescription, dispatchOperation As DispatchOperation)

Parameters

operationDescription
OperationDescription

The operation being examined.

dispatchOperation
DispatchOperation

The run-time object that exposes customization properties for the operation described by operationDescription.

Implements

Applies to