Solclient
ContextPropertiesFromDictionary Method |
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: ContextPropertiesReturns new ContextProperties instance given a dictionary of key/value strings - Reserved for future use
Exceptions
Exception | Condition |
---|---|
FormatException | |
OverflowException |
See Also