tgstation-server
The /tg/station 13 server suite
Main Page
API
Architecture
Packages
Classes
Files
File List
src
Tgstation.Server.Host
Components
IInstanceFactory.cs
Go to the documentation of this file.
1
using
Microsoft.Extensions.Hosting;
2
3
namespace
Tgstation
.
Server
.Host.Components
4
{
8
interface
IInstanceFactory
:
IHostedService
9
{
15
IInstance
CreateInstance(Models.Instance metadata);
16
}
17
}
Tgstation.Server.Api.Models.IrcPasswordType.Server
Use server authentication
Tgstation.Server.Host.Components.IInstanceFactory
Factory for creating IInstances
Definition:
IInstanceFactory.cs:8
Tgstation.Server.Host.Components.IInstance
For interacting with the instance services
Definition:
IInstance.cs:17
IHostedService
Tgstation
Generated by
1.8.11