Class NotifyEventResponseObject
Class for the body of an event response message. See Section 2.1.6.3.1 of NENA-STA-024.1a-2023.
Inheritance
System.Object
NotifyEventResponseObject
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 NotifyEventResponseObject
Properties
statusCode
Status code of response according to the request. Must be one of the values specified in the NotifyEventResponseEnum.
Declaration
public int statusCode { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
statusText
The statusText is intended to provide information related to the statusCode.
Declaration
public string statusText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
transactionId
GUID used to identify a transaction for acknowledgement.
Declaration
public string transactionId { get; set; }
Property Value
Type | Description |
---|---|
System.String |