10.24.0

ContextPropertiesToDictionaryWithPrefix Method

Returns a new IDictionary instance

Definition

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

Parameters

prefix  String
The prefix that was passed in to FromDictionaryWithPrefix(IDictionaryString, String, String)

Return Value

IDictionaryString, String
Returns a new IDictionary

See Also