ICacheSession.GetSession Method

Solclient

ICacheSessionGetSession Method
version: 7.2.1.27
Gets the ISession that created this ICacheSession.

Namespace: SolaceSystems.Solclient.Messaging.Cache
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
ISession GetSession()
Function GetSession As ISession
ISession^ GetSession()

Return Value

Type: ISession
The ISession that created this ICacheSession.
See Also