 | 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
Syntaxpublic IVersion GetVersion()
Return Value
Type:
IVersionReturns version information
See Also