ContextProperties.FromDictionary Method

Solclient

ContextPropertiesFromDictionary Method
version: 7.2.1.27
Creates a new ContextProperties instance given a dictionary of key/value strings - Reserved for future use

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public static ContextProperties FromDictionary(
	IDictionary<string, string> dictionary
)
Public Shared Function FromDictionary ( 
	dictionary As IDictionary(Of String, String)
) As ContextProperties
public:
static ContextProperties^ FromDictionary(
	IDictionary<String^, String^>^ dictionary
)

Parameters

dictionary
Type: System.Collections.GenericIDictionaryString, String
Reserved for future use

Return Value

Type: ContextProperties
Returns new ContextProperties instance given a dictionary of key/value strings - Reserved for future use
Exceptions
See Also