ContextFactory.Contexts Property

Solclient

ContextFactoryContexts Property
version: 7.2.1.27
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: 7.2.1.27 (7.2.1.27)
Syntax
public IList<IContext> Contexts { get; }
Public ReadOnly Property Contexts As IList(Of IContext)
	Get
public:
property IList<IContext^>^ Contexts {
	IList<IContext^>^ get ();
}

Property Value

Type: IListIContext
See Also