10.28.13

ContextProperties.ToDictionaryWithPrefix Method

Returns a new IDictionary instance

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.28.1
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