Table of Contents

Class ServerSettingsInfo

Namespace
Geotab.Checkmate.Settings
Assembly
Geotab.Checkmate.ObjectModel.dll

Static settings for the server.

public static class ServerSettingsInfo
Inheritance
ServerSettingsInfo
Inherited Members

Fields

DebuggerHookFilePath

The debugger hook file path. If this file is present, both the release and debug builds will spin right after Windows service start up allowing debugger attachment. Attach the debugger, rename or delete the file to let CheckmateServer run.

public const string DebuggerHookFilePath = "C:\\DebugHelper\\CheckmateServerDebug.txt"

Field Value

string

DefaultServiceName

DataManager service name defined at single location.

public const string DefaultServiceName = "CheckmateService"

Field Value

string

Methods

GetConfigFilesDirectory()

Gets the config files directory. The config files directory.

public static string GetConfigFilesDirectory()

Returns

string

The config files directory.