DispatchByBodyElementOperationSelectorSelectOperation Method  | 
 
            Associates a local operation with the incoming method.
            
 
    Namespace: 
   Hummingbird.TestFramework.Services
    Assembly:
   Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntaxpublic string SelectOperation(
	ref Message message
)
Public Function SelectOperation ( 
	ByRef message As Message
) As String
public:
virtual String^ SelectOperation(
	Message^% message
) sealed
abstract SelectOperation : 
        message : Message byref -> string 
override SelectOperation : 
        message : Message byref -> string Parameters
- message
 - Type: System.ServiceModel.ChannelsMessage
The incoming Message to be associated with an operation. 
Return Value
Type: 
String
            The name of the operation to be associated with the 
message.
            
Implements
IDispatchOperationSelectorSelectOperation(Message)
See Also