PubSub+ Messaging API for .NET
C#
10.26.0
Show/Hide TOC
Context
Properties
To
Dictionary
With
Prefix Method
Returns a new IDictionary instance
Definition
Namespace:
SolaceSystems.Solclient.Messaging
Assembly:
SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.26.0
C#
Copy
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
Reference
ContextProperties Class
SolaceSystems.Solclient.Messaging Namespace
In This Article
Definition
Parameters
Return Value
See Also