Solclient
ContextFactoryGetVersion Method |
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: 7.2.1.27 (7.2.1.27)
Syntax
public IVersion GetVersion()
Public Function GetVersion As IVersion
public: IVersion^ GetVersion()
Return Value
Type: IVersionReturns version information
See Also