tgstation-server
The /tg/station 13 server suite
Main Page
API
Architecture
Packages
Classes
Files
File List
src
Tgstation.Server.Host
Components
Interop
ICommHandler.cs
Go to the documentation of this file.
1
using
System
.Threading;
2
using
System
.Threading.Tasks;
3
4
namespace
Tgstation
.
Server
.Host.Components.Interop
5
{
9
interface
ICommHandler
10
{
17
Task HandleInterop(
CommCommand
command, CancellationToken cancellationToken);
18
}
19
}
Tgstation.Server.Api.Models.IrcPasswordType.Server
Use server authentication
System
Tgstation.Server.Host.Components.Interop.CommCommand
Represents a command from DD
Definition:
CommCommand.cs:8
Tgstation.Server.Host.Components.Interop.ICommHandler
Handles CommCommands
Definition:
ICommHandler.cs:9
Tgstation
Generated by
1.8.11