2using System.Collections.Generic;
33 Parameters = parameters?.ToList() ??
throw new ArgumentNullException(nameof(parameters));
Data structure for TopicCommandType.EventNotification requests.
EventType Type
The EventType triggered.
EventNotification(EventType eventType, IEnumerable< string?> parameters)
Initializes a new instance of the EventNotification class.
IReadOnlyCollection< string?>? Parameters
The set of parameters.
EventType
Types of events. Mirror in tgs.dm. Prefer last listed name for script.