Class NotifyEventObject
Class for the body of a NotifyEvent message. See Section 2.1.6.2 of NENA-STA-024.1a-2023.
Inheritance
System.Object
NotifyEventObject
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: WebSocketSubNot
Assembly: EidoLib.dll
Syntax
public class NotifyEventObject
Constructors
NotifyEventObject()
Default constructor.
Declaration
public NotifyEventObject()
Properties
notification
Array of EIDOs. This property is initialized to an empty list in the constructor.
Declaration
public List<EidoType> notification { get; set; }
Property Value
Type | Description |
---|---|
List<EidoType> |
subscriptionId
Subscription to which this event belongs.
Declaration
public string subscriptionId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
transactionId
A GUID used to identify a notification for acknowledgement.
Declaration
public string transactionId { get; set; }
Property Value
Type | Description |
---|---|
System.String |