tgstation-server 6.12.0
The /tg/station 13 server suite
|
Represents the host. More...
Public Member Functions | |
ValueTask | Run (CancellationToken cancellationToken) |
Runs the IServer. | |
Properties | |
bool | RestartRequested [get] |
If the IServer should restart. | |
Represents the host.
Definition at line 9 of file IServer.cs.
ValueTask Tgstation.Server.Host.IServer.Run | ( | CancellationToken | cancellationToken | ) |
Runs the IServer.
cancellationToken | The CancellationToken for the operation. |
Implemented in Tgstation.Server.Host.Server.
|
get |
If the IServer should restart.
Implemented in Tgstation.Server.Host.Server.
Definition at line 14 of file IServer.cs.