IDispatchOperationSelector.SelectOperation(Message) Method

Definition

Associates a local operation with the incoming method.

public:
 System::String ^ SelectOperation(System::ServiceModel::Channels::Message ^ % message);
public string SelectOperation (ref System.ServiceModel.Channels.Message message);
abstract member SelectOperation : Message -> string
Public Function SelectOperation (ByRef message As Message) As String

Parameters

message
Message

The incoming Message to be associated with an operation.

Returns

The name of the operation to be associated with the message.

Applies to