tgstation-server
6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Host.Watchdog
IWatchdog.cs
Go to the documentation of this file.
1
using
System;
2
using
System.Threading;
3
using
System.Threading.Tasks;
4
5
namespace
Tgstation.Server.Host.Watchdog
6
{
10
public
interface
IWatchdog
11
{
15
Task<Version>
InitialHostVersion
{
get
; }
16
24
ValueTask<bool>
RunAsync
(
bool
runConfigure,
string
[] args, CancellationToken cancellationToken);
25
}
26
}
Tgstation.Server.Host.Watchdog.IWatchdog
The watchdog for a Host.
Definition
IWatchdog.cs:11
Tgstation.Server.Host.Watchdog.IWatchdog.RunAsync
ValueTask< bool > RunAsync(bool runConfigure, string[] args, CancellationToken cancellationToken)
Run the IWatchdog.
Tgstation.Server.Host.Watchdog.IWatchdog.InitialHostVersion
Task< Version > InitialHostVersion
Gets a Task<TResult> resulting in the current version of the host process. Guaranteed to complete onc...
Definition
IWatchdog.cs:15
Tgstation.Server.Host.Watchdog
Definition
BootstrapSettings.cs:7
Generated by
1.9.8