Edit

Share via


DispatchRuntime.OperationSelector Property

Definition

Gets or sets the IDispatchOperationSelector object that controls the selection of a destination DispatchOperation for a particular message.

public System.ServiceModel.Dispatcher.IDispatchOperationSelector OperationSelector { get; set; }

Property Value

The IDispatchOperationSelector object.

Remarks

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.

Applies to