10.24.0

IContextSessions Property

Returns a read-only snapshot of the current active (not yet disposed) sessions created within this context.

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
IList<ISession> Sessions { get; }

Property Value

IListISession

See Also