ClientRuntime::OperationSelector Property
Gets or sets an IClientOperationSelector implementation that can be used to select a ClientOperation.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: property IClientOperationSelector^ OperationSelector { IClientOperationSelector^ get(); void set(IClientOperationSelector^ value); }
Property Value
Type: System.ServiceModel.Dispatcher::IClientOperationSelector^An IClientOperationSelector object that selects a ClientOperation.
Use the OperationSelector property to modify the selection of an operation when a client invokes a particular method. The default algorithm is to use the name of the Name of the operation method as a key to find the ClientOperation in the Operations collection. If no matching ClientOperation object is found, the invocation is dispatched to the ClientOperation object returned from the UnhandledClientOperation property.
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0