tgstation-server 5.12.7
The /tg/station 13 server suite
Loading...
Searching...
No Matches
IServerFactory.cs
Go to the documentation of this file.
1using System.Threading;
2using System.Threading.Tasks;
3
5
7{
11 public interface IServerFactory
12 {
17
25 Task<IServer> CreateServer(string[] args, string updatePath, CancellationToken cancellationToken);
26 }
27}
Interface for using filesystems.
Definition: IIOManager.cs:13
IIOManager IOManager
The IIOManager for the IServerFactory.
Task< IServer > CreateServer(string[] args, string updatePath, CancellationToken cancellationToken)
Create a IServer.