Class SubscriptionTerminatedResponseLogEvent
Logged when a response is sent or received to a terminate subscription message. Must be logged by the server (notifier), may be logged by the client (subscriber). See Section 2.9.9 of NENA-STA-024.`a-2023.
Inherited Members
Namespace: I3V3.LogEvents
Assembly: Ng911Lib.dll
Syntax
public class SubscriptionTerminatedResponseLogEvent : LogEvent
Constructors
| Edit this page View SourceSubscriptionTerminatedResponseLogEvent()
Constructor
Declaration
public SubscriptionTerminatedResponseLogEvent()
Properties
| Edit this page View Sourcedirection
Set to either "outgoing" or "incoming". Required.
Declaration
public string direction { get; set; }
Property Value
Type | Description |
---|---|
string |
peerId
If logged by the server then set to the ID of the client. If logged by the client then set to the ID of the server. Required.
Declaration
public string peerId { get; set; }
Property Value
Type | Description |
---|---|
string |
queryId
Unique ID used for matching a response to the query. See Section 2.9 of NENA-STA-024.1a-2023. Required.
Declaration
public string queryId { get; set; }
Property Value
Type | Description |
---|---|
string |
statusCode
Status code that indicates the reason the subscription was terminated. Required.
Declaration
public string statusCode { get; set; }
Property Value
Type | Description |
---|---|
string |
statusText
Text that describes the status code that was sent with the subscription termination message. Required.
Declaration
public string statusText { get; set; }
Property Value
Type | Description |
---|---|
string |
subscriptionId
Subscription ID of the subscription that was terminate. Required.
Declaration
public string subscriptionId { get; set; }
Property Value
Type | Description |
---|---|
string |