tgstation-server
The /tg/station 13 server suite
Main Page
API
Architecture
Packages
Classes
Files
File List
src
Tgstation.Server.Host
Components
Chat
IJsonTrackingContext.cs
Go to the documentation of this file.
1
using
System
;
2
using
System
.Collections.Generic;
3
using
System
.Threading;
4
using
System
.Threading.Tasks;
5
using
Tgstation
.
Server
.
Host
.
Components
.
Chat
.
Commands
;
6
7
namespace
Tgstation
.
Server
.Host.Components.Chat
8
{
12
public
interface
IJsonTrackingContext
:
IDisposable
13
{
17
bool
Active {
get
;
set
; }
18
24
Task<IReadOnlyList<CustomCommand>> GetCustomCommands(CancellationToken cancellationToken);
25
32
Task SetChannels(IEnumerable<Channel> channels, CancellationToken cancellationToken);
33
}
34
}
Tgstation.Server.Host.Components.Chat
Definition:
Channel.cs:5
Tgstation.Server.Api.Models.IrcPasswordType.Server
Use server authentication
System
Tgstation.Server.Host.Components.Chat.Commands
Definition:
BoolConverter.cs:4
Tgstation.Server.Host.Components.Chat.IJsonTrackingContext
Represents a tracking of dynamic chat json files
Definition:
IJsonTrackingContext.cs:12
Tgstation.Server.Host.Components
Tgstation.Server
IDisposable
Tgstation.Server.Host
Tgstation
Generated by
1.8.11