tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
IChannelSink.cs
Go to the documentation of this file.
1using System.Collections.Generic;
2using System.Threading;
3using System.Threading.Tasks;
4
6{
10 public interface IChannelSink
11 {
18 ValueTask UpdateChannels(IEnumerable<ChannelRepresentation> newChannels, CancellationToken cancellationToken);
19 }
20}
Notifyee of when ChannelRepresentations in a IChatTrackingContext are updated.
ValueTask UpdateChannels(IEnumerable< ChannelRepresentation > newChannels, CancellationToken cancellationToken)
Called when newChannels are set.