Table of Contents

Class ServerInfoBase

Namespace
Geotab.Checkmate.ObjectModel.Web
Assembly
Geotab.Checkmate.ObjectModel.dll

Base class for all serverInfo Classes.

public class ServerInfoBase
Inheritance
ServerInfoBase
Derived
Inherited Members

Constructors

ServerInfoBase()

Initializes a new instance of the ServerInfoBase class.Initializes a new instance of the ServerInfoBase class.

public ServerInfoBase()

ServerInfoBase(double)

Initializes a new instance of the ServerInfoBase class.Initializes a new instance of the ServerInfoBase class.

public ServerInfoBase(double loadFactor)

Parameters

loadFactor double

The load factor.

Properties

CheckmateVersion

Gets or sets the checkmate version.

public string CheckmateVersion { get; set; }

Property Value

string

The checkmate version.

LoadFactor

Gets or sets the load factor.

public double LoadFactor { get; set; }

Property Value

double

The load factor.