Click or drag to resize

ProfileLoadServiceParameters Method

Loads the service parameters.

Namespace:  Hummingbird.TestFramework.Configuration
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public void LoadServiceParameters(
	Guid serviceStrongName,
	Dictionary<string, Parameter> parameters
)

Parameters

serviceStrongName
Type: SystemGuid
Strong Name of the service.
parameters
Type: System.Collections.GenericDictionaryString, Parameter
The parameters list.
See Also