tgstation-server
6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Host
Swarm
ISwarmUpdateAborter.cs
Go to the documentation of this file.
1
using
System.Threading.Tasks;
2
3
namespace
Tgstation.Server.Host.Swarm
4
{
8
public
interface
ISwarmUpdateAborter
9
{
15
ValueTask
AbortUpdate
();
16
}
17
}
Tgstation.Server.Host.Swarm.ISwarmUpdateAborter
Allows aborting a swarm distributed update operation.
Definition
ISwarmUpdateAborter.cs:9
Tgstation.Server.Host.Swarm.ISwarmUpdateAborter.AbortUpdate
ValueTask AbortUpdate()
Attempt to abort an uncommitted update.
Tgstation.Server.Host.Swarm
Definition
ISwarmOperations.cs:9
Generated by
1.9.8