10.24.0

ContextPropertiesFromDictionaryWithPrefix Method

Creates a new ContextProperties instance given a dictionary of key/value strings - Reserved for future use

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
public static ContextProperties FromDictionaryWithPrefix(
	IDictionary<string, string> dictionary,
	string prefix
)

Parameters

dictionary  IDictionaryString, String
Reserved for future use
prefix  String
The prefix to prepend to the property name (using '.' as a separator). If null is passed in, "ContextProperties" is assumed.

Return Value

ContextProperties
Return a new ContextProperties instance given a dictionary of key/value strings - Reserved for future use

Exceptions

FormatException
OverflowException

See Also