tgstation-server 6.12.0
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 ValueTask<IServer?> CreateServer(string[] args, string? updatePath, CancellationToken cancellationToken);
26 }
27}
Interface for using filesystems.
Definition IIOManager.cs:13
ValueTask< IServer?> CreateServer(string[] args, string? updatePath, CancellationToken cancellationToken)
Create a IServer.
IIOManager IOManager
The IIOManager for the IServerFactory.