Class LostQueryLogEvent
Data class for the LostQueryLogEvent. See Sections 4.12.3.7 and E.8.1 of NENA-STA-010.3. Logged when a LoST query (See RFC 5222) is sent or received.
Inherited Members
Namespace: I3V3.LogEvents
Assembly: Ng911Lib.dll
Syntax
public class LostQueryLogEvent : LogEvent
Constructors
| Edit this page View SourceLostQueryLogEvent()
Default constructor
Declaration
public LostQueryLogEvent()
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 |
malformedQuery
Set to the malformed XML LoST query if the element is logging a malformed query it has received.
Declaration
public string malformedQuery { get; set; }
Property Value
Type | Description |
---|---|
string |
queryAdapter
Contains the entire LoST query XML document. Required.
Declaration
public string queryAdapter { get; set; }
Property Value
Type | Description |
---|---|
string |
queryId
Identifier that links the request to a LoST response. MUST be globally unique, and it is suggested that it be of the form: “urn:emergency:uid:queryid". Required.
Declaration
public string queryId { get; set; }
Property Value
Type | Description |
---|---|
string |