Solclient
IContextSessions Property |
Returns a read-only snapshot of the current active (not yet disposed) sessions created within this context.
Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
IList<ISession> Sessions { get; }
ReadOnly Property Sessions As IList(Of ISession) Get
property IList<ISession^>^ Sessions { IList<ISession^>^ get (); }
Property Value
Type: IListISessionSee Also