tgstation-server
6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Host
Components
Engine
IEngineInstallationData.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.Components.Engine
6
{
10
interface
IEngineInstallationData
:
IAsyncDisposable
11
{
18
Task
ExtractToPath
(
string
path, CancellationToken cancellationToken);
19
}
20
}
IAsyncDisposable
Tgstation.Server.Host.Components.Engine.IEngineInstallationData
Wraps data containing an engine installation.
Definition
IEngineInstallationData.cs:11
Tgstation.Server.Host.Components.Engine.IEngineInstallationData.ExtractToPath
Task ExtractToPath(string path, CancellationToken cancellationToken)
Extracts the installation to a given path.
Tgstation.Server.Host.Components.Engine
Definition
ByondInstallation.cs:12
Generated by
1.9.8