Click or drag to resize

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
Syntax
public string SelectOperation(
	ref Message message
)

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