Describes the version of the connected LiveView server.
Namespace: StreamBase.LiveView.APIAssembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 11.1.0.0 (11.1.1.1)
Syntax
| C# | Visual Basic | Visual C++ |
public sealed class ServerVersion
Public NotInheritable Class ServerVersion
public ref class ServerVersion sealed
Members
| All Members | Properties | Methods |
| Member | Description | |
|---|---|---|
| CompareToVersion(Int32, Int32, Int32) |
Compares the current version to the given one.
| |
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode()()()() | (Inherited from Object.) | |
| GetType()()()() | (Inherited from Object.) | |
| ToString()()()() | (Inherited from Object.) | |
| VersionNumber |
The version number of the connected server, in (bit-packed) numeric form.
| |
| VersionString |
The version number of the connected server, in string form.
|
Inheritance Hierarchy
System..::..Object
StreamBase.LiveView.API..::..ServerVersion
StreamBase.LiveView.API..::..ServerVersion