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