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
)
Public Sub LoadServiceParameters (
serviceStrongName As Guid,
parameters As Dictionary(Of String, Parameter)
)
public:
void LoadServiceParameters(
Guid serviceStrongName,
Dictionary<String^, Parameter^>^ parameters
)
member LoadServiceParameters :
serviceStrongName : Guid *
parameters : Dictionary<string, Parameter> -> unit
Parameters
- serviceStrongName
- Type: SystemGuid
Strong Name of the service. - parameters
- Type: System.Collections.GenericDictionaryString, Parameter
The parameters list.
See Also