ContextPropertiesFromDictionaryWithPrefix Method
Creates a new ContextProperties instance given a dictionary of key/value strings - Reserved for future use
Namespace: SolaceSystems.Solclient.MessagingAssembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.26.0
public static ContextProperties FromDictionaryWithPrefix(
IDictionary<string, string> dictionary,
string prefix
)
- 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.
ContextPropertiesReturn a new ContextProperties instance given a dictionary of key/value strings - Reserved for future use
FormatException | |
OverflowException | |