tgstation-server
4.4.0
The /tg/station 13 server suite
Main Page
Features
API
Architecture
Packages
Classes
Files
File List
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
Task Run(CancellationToken cancellationToken);
22
}
23
}
Tgstation.Server.Api.Models.IrcPasswordType.Server
Use server authentication
System
Tgstation.Server.Host.IServer
Represents the host
Definition:
IServer.cs:9
Tgstation
Generated by
1.8.11