ServerStation Class
| Name | Description | |
|---|---|---|
|
ServerStation(RunObj, int) | Construct the instance |
| Name | Description | |
|---|---|---|
|
ComputerIP | Gets the server's computer IP. |
|
ComputerName | Gets the server's computer name. |
|
DateTimeInfo | Gets reference to Server DateTime Information. |
|
GCCollect | Call GCCollect |
|
HttpAddress | Gets the server's http address. |
|
IsRunningAsService | Flag to indicate if runtime is running as service. |
|
IsRunningOnDocker | Flag to indicate if runtime is running on docker. |
|
IsTStartupStarted | Flag to indicate if TStartup is started. |
|
OSVersion | Operating System on the computer running the solution |
|
Redundancy | Gets reference to Retentive objects. |
|
ReloadAppDomain | Reload app domains |
|
ResetStatistics | Reset statistics of connections. |
|
Restart | Gets or sets the server's restart state. |
|
Retentive | Gets reference to Retentive objects. |
|
SaveDiagnostics | Save diagnostics |
|
Shutdown | Gets or sets the server's shutdown state. |
|
StartCounter | Counter steps when starting module |
|
Startup | Gets the server's startup state. |
|
SystemMonitor | Gets reference to SystemMonitor objects. |
| Name | Description | |
|---|---|---|
|
GetAllConnectionsAsync() | Get all connections |
|
GetClientConnectionsAsync() | Get client connections |
|
GetComputerIP() | Gets the server's computer IP. |
|
LoadSolutionVersion(string) | Begin load selection version |
|
RunAndSaveDiagnostics(string) | Save diagnostics to file |
|
ShutdownCommand() | Shut downs |
|
TerminateConnectionAsync(string, string) | Terminate connection |
T.Modules.ServerStation.ServerStation