tgstation-server
5.12.7
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Host
Components
Byond
IByondExecutableLock.cs
Go to the documentation of this file.
1
using
System;
2
3
namespace
Tgstation.Server.Host.Components.Byond
4
{
8
public
interface
IByondExecutableLock
:
IByondInstallation
,
IDisposable
9
{
13
void
DoNotDeleteThisSession
();
14
}
15
}
IDisposable
Tgstation.Server.Host.Components.Byond.IByondExecutableLock
Represents usage of the two primary BYOND server executables.
Definition:
IByondExecutableLock.cs:9
Tgstation.Server.Host.Components.Byond.IByondExecutableLock.DoNotDeleteThisSession
void DoNotDeleteThisSession()
Call if, during a detach, this version should not be deleted.
Tgstation.Server.Host.Components.Byond.IByondInstallation
Represents a BYOND installation.
Definition:
IByondInstallation.cs:9
Tgstation.Server.Host.Components.Byond
Definition:
ByondExecutableLock.cs:6
Generated by
1.9.5