10.27.03

ContextProperties.ToDictionaryWithPrefix Method

Returns a new IDictionary instance

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.27.0
C#
public IDictionary<string, string> ToDictionaryWithPrefix(
	string prefix
)

Parameters

prefix  String
The prefix that was passed in to FromDictionaryWithPrefix(IDictionary<String, String>, String)

Return Value

IDictionary<String, String>
Returns a new IDictionary

See Also