10.24.0

ContextPropertiesFromDictionary 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 FromDictionary(
	IDictionary<string, string> dictionary
)

Parameters

dictionary  IDictionaryString, String
Reserved for future use

Return Value

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

Exceptions

FormatException
OverflowException

See Also