tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
Public Member Functions | Properties | List of all members
Tgstation.Server.Host.IServer Interface Reference

Represents the host. More...

Inheritance diagram for Tgstation.Server.Host.IServer:
Inheritance graph
[legend]

Public Member Functions

ValueTask Run (CancellationToken cancellationToken)
 Runs the IServer.
 

Properties

bool RestartRequested [get]
 If the IServer should restart.
 

Detailed Description

Represents the host.

Definition at line 9 of file IServer.cs.

Member Function Documentation

◆ Run()

ValueTask Tgstation.Server.Host.IServer.Run ( CancellationToken  cancellationToken)

Runs the IServer.

Parameters
cancellationTokenThe CancellationToken for the operation.
Returns
A ValueTask representing the running operation.

Implemented in Tgstation.Server.Host.Server.

Property Documentation

◆ RestartRequested

bool Tgstation.Server.Host.IServer.RestartRequested
get

If the IServer should restart.

Implemented in Tgstation.Server.Host.Server.

Definition at line 14 of file IServer.cs.

14{ get; }

The documentation for this interface was generated from the following file: