Class SubscriptionRequestedLogEvent
Logged by the notifier (server) when a EIDO subscription is requested. May be logged by the subscriber (client). See Section 2.9.6 of NENA-STA-024.1a-2023.
Inherited Members
Namespace: I3V3.LogEvents
Assembly: Ng911Lib.dll
Syntax
public class SubscriptionRequestedLogEvent : LogEvent
Constructors
| Edit this page View SourceSubscriptionRequestedLogEvent()
Constructor
Declaration
public SubscriptionRequestedLogEvent()
Properties
| Edit this page View Sourcedirection
Must be set to either "incoming" or "outgoing". Required.
Declaration
public string direction { get; set; }
Property Value
Type | Description |
---|---|
string |
expires
Set to the expires property in the subscription request.
Declaration
public int expires { get; set; }
Property Value
Type | Description |
---|---|
int |
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 |
subscriptionId
Set to the subscriptionId in the subscription request.
Declaration
public string subscriptionId { get; set; }
Property Value
Type | Description |
---|---|
string |