tgstation-server
The /tg/station 13 server suite
Main Page
API
Architecture
Packages
Classes
Files
File List
src
Tgstation.Server.Host
Components
IInstanceManager.cs
Go to the documentation of this file.
1
using
System
.Threading;
2
using
System
.Threading.Tasks;
3
using
Tgstation
.
Server
.
Host
.
Models
;
4
5
namespace
Tgstation
.
Server
.Host.Components
6
{
10
public
interface
IInstanceManager
11
{
17
IInstance
GetInstance(Models.Instance metadata);
18
25
Task OnlineInstance(Models.Instance metadata, CancellationToken cancellationToken);
26
34
Task OfflineInstance(Models.Instance metadata,
User
user, CancellationToken cancellationToken);
35
43
Task MoveInstance(Models.Instance metadata,
string
newPath, CancellationToken cancellationToken);
44
}
45
}
Tgstation.Server.Api.Models.IrcPasswordType.Server
Use server authentication
Tgstation.Server.Host.Models
Definition:
ChatBot.cs:5
System
Tgstation.Server.Host.Models.User
Definition:
User.cs:8
Tgstation.Server.Host.Components.IInstance
For interacting with the instance services
Definition:
IInstance.cs:17
Tgstation.Server.Host.Components.IInstanceManager
For managing IInstances
Definition:
IInstanceManager.cs:10
Tgstation.Server
Tgstation.Server.Host
Tgstation
Generated by
1.8.11