tgstation-server
6.16.0
The /tg/station 13 server suite
Toggle main menu visibility
Main Page
Features
API
Architecture
Packages
Package List
Package Members
All
[
a
b
c
d
e
f
h
i
j
m
o
p
r
s
t
w
Functions
Variables
Enumerations
a
b
c
d
e
f
h
i
j
m
o
p
r
s
t
w
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerations
Properties
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Events
Files
File List
File Members
All
Functions
•
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Properties
Events
Pages
Loading...
Searching...
No Matches
src
Tgstation.Server.Host
Core
RestartRegistration.cs
Go to the documentation of this file.
1
using
Tgstation.Server.Host.Utils
;
2
3
namespace
Tgstation.Server.Host.Core
4
{
6
sealed
class
RestartRegistration
:
IRestartRegistration
7
{
11
readonly
DisposeInvoker
?
disposeInvoker
;
12
17
public
RestartRegistration
(
DisposeInvoker
?
disposeInvoker
)
18
{
19
this.disposeInvoker =
disposeInvoker
;
20
}
17
public
RestartRegistration
(
DisposeInvoker
?
disposeInvoker
) {
…
}
21
23
public
void
Dispose
() =>
disposeInvoker
?.
Dispose
();
24
}
6
sealed
class
RestartRegistration
:
IRestartRegistration
{
…
};
25
}
Tgstation.Server.Host.Core.RestartRegistration
Definition
RestartRegistration.cs:7
Tgstation.Server.Host.Core.RestartRegistration.disposeInvoker
readonly? DisposeInvoker disposeInvoker
The DisposeInvoker.
Definition
RestartRegistration.cs:11
Tgstation.Server.Host.Core.RestartRegistration.Dispose
void Dispose()
Tgstation.Server.Host.Core.RestartRegistration.RestartRegistration
RestartRegistration(DisposeInvoker? disposeInvoker)
Initializes a new instance of the RestartRegistration class.
Definition
RestartRegistration.cs:17
Tgstation.Server.Host.Utils.DisposeInvoker
Runs a given disposeAction on Dispose.
Definition
DisposeInvoker.cs:10
Tgstation.Server.Host.Utils.DisposeInvoker.Dispose
void Dispose()
Definition
DisposeInvoker.cs:36
Tgstation.Server.Host.Core.IRestartRegistration
Represents the lifetime of a IRestartHandler registration.
Definition
IRestartRegistration.cs:9
Tgstation.Server.Host.Core
Definition
CommandPipeManager.cs:17
Tgstation.Server.Host.Utils
Definition
GraphQLGitLabClient.cs:7
Generated by
1.9.8