ContextFactory.Init Method

Solclient

ContextFactoryInit Method
version: 7.2.1.27
Initializes the Messaging API. This method must be called at least once, before using any of the messaging APIs. Typically ContextFactory.Init() is called once during program initialization. One property of interest is LogDelegate, it allows client applications to receive API log information.

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public void Init(
	ContextFactoryProperties props
)
Public Sub Init ( 
	props As ContextFactoryProperties
)
public:
void Init(
	ContextFactoryProperties^ props
)

Parameters

props
Type: SolaceSystems.Solclient.MessagingContextFactoryProperties
Exceptions
ExceptionCondition
FatalErrorException If unable to ready the API for use.
See Also