Click or drag to resize

ContextFactoryInit Method

version: 10.22.0
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: 10.22.0
Syntax
C#
public void Init(
	ContextFactoryProperties props
)

Parameters

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