ContextProperties.FromDictionaryWithPrefix Method

Solclient

ContextPropertiesFromDictionaryWithPrefix 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 FromDictionaryWithPrefix(
	IDictionary<string, string> dictionary,
	string prefix
)
Public Shared Function FromDictionaryWithPrefix ( 
	dictionary As IDictionary(Of String, String),
	prefix As String
) As ContextProperties
public:
static ContextProperties^ FromDictionaryWithPrefix(
	IDictionary<String^, String^>^ dictionary, 
	String^ prefix
)

Parameters

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

Return Value

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