ServerStation Class

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

.NET Framework

Supported in: 4.8

In this article

Definition