Click or drag to resize

DispatchByBodyElementOperationSelector Constructor

Initializes a new instance of the DispatchByBodyElementOperationSelector class.

Namespace:  Hummingbird.TestFramework.Services
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public DispatchByBodyElementOperationSelector(
	Dictionary<XmlQualifiedName, string> dispatchDictionary
)

Parameters

dispatchDictionary
Type: System.Collections.GenericDictionaryXmlQualifiedName, String
The dispatch dictionary.
See Also