tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
IRenameNotifyee.cs
Go to the documentation of this file.
1using System.Threading;
2using System.Threading.Tasks;
3
5{
9 public interface IRenameNotifyee
10 {
17 ValueTask InstanceRenamed(string newInstanceName, CancellationToken cancellationToken);
18 }
19}
Handler for an instance being renamed.
ValueTask InstanceRenamed(string newInstanceName, CancellationToken cancellationToken)
Called when the owning Instance is renamed.