DispatchRuntime::OperationSelector Property
Gets or sets the IDispatchOperationSelector object that controls the selection of a destination DispatchOperation for a particular message.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: property IDispatchOperationSelector^ OperationSelector { IDispatchOperationSelector^ get(); void set(IDispatchOperationSelector^ value); }
Property Value
Type: System.ServiceModel.Dispatcher::IDispatchOperationSelector^The IDispatchOperationSelector object.
Use the OperationSelector property to decide which operation receives a given message. The default operation selector returns the value of the action header for the message, which is used as the key to locate the correct DispatchOperation. If no matching operation is found, the invocation is dispatched to the return value from the UnhandledDispatchOperation property.
Available since 3.0