Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DispatchRuntime::OperationSelector Property

 

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

Namespace:   System.ServiceModel.Dispatcher
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
property IDispatchOperationSelector^ OperationSelector {
	IDispatchOperationSelector^ get();
	void set(IDispatchOperationSelector^ value);
}

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.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft