1 using System.Collections.Generic;
20 public IReadOnlyCollection<object> Parameters {
get; }
30 Parameters = parameters?.ToList();
Use server authentication
EventType
Types of events. Mirror in tgs.dm
Data structure for TopicCommandType.EventNotification requests.
EventNotification(EventType eventType, IEnumerable< object > parameters=null)
Initializes a new instance of the EventNotification .