10.24.0

ContextFactoryContexts Property

Returns a read-only list of of active (that is, not yet disposed) contexts created by this Factory.

Definition

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

Property Value

IListIContext

See Also