tgstation-server
6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Host
Components
Interop
Bridge
CustomEventInvocation.cs
Go to the documentation of this file.
1
using
System.Collections.Generic;
2
3
namespace
Tgstation.Server.Host.Components.Interop.Bridge
4
{
8
public
sealed
class
CustomEventInvocation
9
{
13
public
string
?
EventName
{
get
;
set
; }
14
18
public
ICollection<string?>?
Parameters
{
get
;
set
; }
19
23
public
bool
?
NotifyCompletion
{
get
;
set
; }
24
}
25
}
Tgstation.Server.Host.Components.Interop.Bridge.CustomEventInvocation
Parameters for invoking a custom event.
Definition
CustomEventInvocation.cs:9
Tgstation.Server.Host.Components.Interop.Bridge.CustomEventInvocation.Parameters
ICollection< string?>? Parameters
The parameters for the invoked event.
Definition
CustomEventInvocation.cs:18
Tgstation.Server.Host.Components.Interop.Bridge.CustomEventInvocation.EventName
string? EventName
The name of the event being invoked.
Definition
CustomEventInvocation.cs:13
Tgstation.Server.Host.Components.Interop.Bridge.CustomEventInvocation.NotifyCompletion
bool? NotifyCompletion
If the DMAPI should be notified when the event compeletes.
Definition
CustomEventInvocation.cs:23
Tgstation.Server.Host.Components.Interop.Bridge
Definition
BridgeCommandType.cs:2
Generated by
1.9.8