ContextFactory.Instance Property

Solclient

ContextFactoryInstance Property
version: 7.2.1.27
A Singleton accessor.

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public static ContextFactory Instance { get; }
Public Shared ReadOnly Property Instance As ContextFactory
	Get
public:
static property ContextFactory^ Instance {
	ContextFactory^ get ();
}

Property Value

Type: ContextFactory
See Also