tgstation-server
6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Host
IServer.cs
Go to the documentation of this file.
1
using
System.Threading;
2
using
System.Threading.Tasks;
3
4
namespace
Tgstation.Server.Host
5
{
9
public
interface
IServer
10
{
14
bool
RestartRequested
{
get
; }
15
21
ValueTask
Run
(CancellationToken cancellationToken);
22
}
23
}
Tgstation.Server.Host.IServer
Represents the host.
Definition
IServer.cs:10
Tgstation.Server.Host.IServer.Run
ValueTask Run(CancellationToken cancellationToken)
Runs the IServer.
Tgstation.Server.Host.IServer.RestartRequested
bool RestartRequested
If the IServer should restart.
Definition
IServer.cs:14
Tgstation.Server.Host
Definition
InstallationExtensions.cs:2
Generated by
1.9.8