tgstation-server
4.3.2
The /tg/station 13 server suite
Main Page
Features
API
Architecture
Packages
Classes
Files
File List
src
Tgstation.Server.Host
Components
Events
IEventConsumer.cs
Go to the documentation of this file.
1
using
System
.Collections.Generic;
2
using
System
.Threading;
3
using
System
.Threading.Tasks;
4
5
namespace
Tgstation
.
Server
.Host.Components.Events
6
{
10
public
interface
IEventConsumer
11
{
19
Task HandleEvent(
EventType
eventType, IEnumerable<string> parameters, CancellationToken cancellationToken);
20
}
21
}
Tgstation.Server.Api.Models.IrcPasswordType.Server
Use server authentication
System
Tgstation.Server.Host.Components.Events.EventType
EventType
Types of events. Mirror in tgs.dm
Definition:
EventType.cs:6
Tgstation.Server.Host.Components.Events.IEventConsumer
Consumes EventTypes and takes the appropriate actions
Definition:
IEventConsumer.cs:10
Tgstation
Generated by
1.8.11