tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
LocalGateway.cs
Go to the documentation of this file.
1using System;
2using System.Linq;
3
5
7{
11 public sealed class LocalGateway : IGateway
12 {
15
18 => throw new NotImplementedException();
19 }
20}
Represents information about a SwarmNode retrieved via a Interfaces.IGateway.
IGateway for the SwarmNode this query is executing on.
IQueryable< Instance > Instances()
Queries all Instances in the IGateway.Queryable Instances.
GatewayInformation Information()
Gets GatewayInformation.The GatewayInformation for the IGateway.
Management interface for the parent SwarmNode.
Definition IGateway.cs:11