tgstation-server
6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Host
Components
Chat
IChannelSink.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.Chat
6
{
10
public
interface
IChannelSink
11
{
18
ValueTask
UpdateChannels
(IEnumerable<ChannelRepresentation> newChannels, CancellationToken cancellationToken);
19
}
20
}
Tgstation.Server.Host.Components.Chat.IChannelSink
Notifyee of when ChannelRepresentations in a IChatTrackingContext are updated.
Definition
IChannelSink.cs:11
Tgstation.Server.Host.Components.Chat.IChannelSink.UpdateChannels
ValueTask UpdateChannels(IEnumerable< ChannelRepresentation > newChannels, CancellationToken cancellationToken)
Called when newChannels are set.
Tgstation.Server.Host.Components.Chat
Definition
ChannelMapping.cs:4
Generated by
1.9.8