Show / Hide Table of Contents

Class ServerAPIVersion

Encapsulates information about the version(s) of the api supported by a JobTracker instance.

Inheritance
System.Object
ServerAPIVersion
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Moraware.JobTrackerAPI5
Assembly: JobTrackerAPI5.dll
Syntax
public class ServerAPIVersion

Properties

CurrentVersion

Current api version as reported by the JobTracker instance.

Declaration
public int CurrentVersion { get; }
Property Value
Type Description
System.Int32

MinSupportedVersion

Minimum supported api version as reported by the JobTracker instance.

Declaration
public int MinSupportedVersion { get; }
Property Value
Type Description
System.Int32

PrereleaseVersion

If the Server is running a prerelease version of JobTracker, this will identify the prerelease version number.

Declaration
public int? PrereleaseVersion { get; }
Property Value
Type Description
System.Nullable<System.Int32>
Back to top Generated by DocFX