CacheSessionProperties.ToDictionary Method

Solclient

CacheSessionPropertiesToDictionary Method
version: 7.2.1.27
Returns a new IDictionary instance where:

key: is a string representation of a given SessionProperties property SessionPropertiesPROPERTY

value: is a string representation of the value of that property, or null if the property's value is null

Note that only readable and writable properties are returned in the dictionary. Read-only properties are ignored.

Namespace: SolaceSystems.Solclient.Messaging.Cache
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public IDictionary<string, string> ToDictionary()
Public Function ToDictionary As IDictionary(Of String, String)
public:
IDictionary<String^, String^>^ ToDictionary()

Return Value

Type: IDictionaryString, String
Returns a new IDictionary instance
See Also