10.24.0

ContextFactoryInit Method

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.

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
public void Init(
	ContextFactoryProperties props
)

Parameters

props  ContextFactoryProperties

Exceptions

FatalErrorException If unable to ready the API for use.

See Also