tgstation-server 6.1.2
The /tg/station 13 server suite
Loading...
Searching...
No Matches
IInstanceCore.cs
Go to the documentation of this file.
1using System.Threading.Tasks;
2
9
11{
16 {
21
26
31
36
41
46
52 ValueTask SetAutoUpdateInterval(uint newInterval);
53 }
54}
For managing connected chat services.
Definition: IChatManager.cs:15
For managing the engine installations.
For interacting with the instance services.
IChatManager Chat
The IChatManager for the IInstanceCore.
IWatchdog Watchdog
The IWatchdog for the IInstanceCore.
ValueTask SetAutoUpdateInterval(uint newInterval)
Change the Api.Models.Instance.AutoUpdateInterval for the IInstanceCore.
Handler for an instance being renamed.
Factory for creating and loading IRepositorys.
For managing the Configuration directory.
Runs and monitors the twin server controllers.
Definition: IWatchdog.cs:16