Click or drag to resize

ContextFactoryContexts Property

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

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

Property Value

Type: IListIContext
See Also