tgstation-server
4.4.0
The /tg/station 13 server suite
Main Page
Features
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
using
Tgstation
.
Server
.
Host
.
Components
.
Interop
.
Bridge
;
3
4
namespace
Tgstation
.
Server
.Host.Components
5
{
9
interface
IInstanceFactory
:
IHostedService
10
{
17
IInstance
CreateInstance(
IBridgeRegistrar
bridgeRegistrar, Models.Instance metadata);
18
}
19
}
Tgstation.Server.Api.Models.IrcPasswordType.Server
Use server authentication
Tgstation.Server.Host.Components.IInstanceFactory
Factory for creating IInstances
Definition:
IInstanceFactory.cs:9
Tgstation.Server.Host.Components.Interop.Bridge
Definition:
BridgeCommandType.cs:1
Tgstation.Server.Host.Components.IInstance
For interacting with the instance services
Definition:
IInstance.cs:16
Tgstation.Server.Host.Components.Interop
Tgstation.Server.Host.Components
Tgstation.Server
IHostedService
Tgstation.Server.Host.Components.Interop.Bridge.IBridgeRegistrar
Registers IBridgeHandlers.
Definition:
IBridgeRegistrar.cs:6
Tgstation.Server.Host
Tgstation
Generated by
1.8.11