tgstation-server  4.3.2
The /tg/station 13 server suite
IInstance.cs
Go to the documentation of this file.
1 using Microsoft.Extensions.Hosting;
2 using System;
3 using System.Threading.Tasks;
10 
11 namespace Tgstation.Server.Host.Components
12 {
17  {
22 
27 
32 
36  IWatchdog Watchdog { get; }
37 
41  IChatManager Chat { get; }
42 
47 
53  Task SetAutoUpdateInterval(uint newInterval);
54  }
55 }
For managing connected chat services
Definition: IChatManager.cs:13
Handler for an instance being renamed.
For interacting with the instance services
Definition: IInstance.cs:16
For managing the BYOND installation
For managing the Configuration directory
Factory for creating and loading IRepositorys
Runs and monitors the twin server controllers
Definition: IWatchdog.cs:14