Click or drag to resize

ContextFactoryGetVersion Method

version: 10.22.0
Returns version information. ContextFactory.Instance.Init(...) must be called before invoking this method, otherwise the NativeSolClient library version information will be missing (IVersion.Native* properties)

Namespace:  SolaceSystems.Solclient.Messaging
Assembly:  SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.22.0
Syntax
C#
public IVersion GetVersion()

Return Value

Type: IVersion
Returns version information
See Also