tgstation-server
6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Host
Core
IServerUpdateInitiator.cs
Go to the documentation of this file.
1
using
System;
2
using
System.Threading;
3
using
System.Threading.Tasks;
4
5
using
Tgstation.Server.Host.IO
;
6
7
namespace
Tgstation.Server.Host.Core
8
{
12
public
interface
IServerUpdateInitiator
13
{
21
ValueTask<ServerUpdateResult>
InitiateUpdate
(
IFileStreamProvider
? fileStreamProvider, Version version, CancellationToken cancellationToken);
22
}
23
}
Tgstation.Server.Host.Core.IServerUpdateInitiator
Initiates server self updates.
Definition
IServerUpdateInitiator.cs:13
Tgstation.Server.Host.Core.IServerUpdateInitiator.InitiateUpdate
ValueTask< ServerUpdateResult > InitiateUpdate(IFileStreamProvider? fileStreamProvider, Version version, CancellationToken cancellationToken)
Start the process of downloading and applying an update to a new server version .
Tgstation.Server.Host.IO.IFileStreamProvider
Interface for asynchronously consuming Streams of files.
Definition
IFileStreamProvider.cs:12
Tgstation.Server.Host.Core
Definition
Application.cs:77
Tgstation.Server.Host.IO
Definition
BufferedFileStreamProvider.cs:9
Generated by
1.9.8