Class EidoDereferenceFactoryQueryLogEvent
For logging client requests using the EIDODereferenceFactory. See Section 2.9.2 of NENA-STA-024.1a-2023.
Inherited Members
Namespace: I3V3.LogEvents
Assembly: Ng911Lib.dll
Syntax
public class EidoDereferenceFactoryQueryLogEvent : LogEvent
Constructors
| Edit this page View SourceEidoDereferenceFactoryQueryLogEvent()
Constructor
Declaration
public EidoDereferenceFactoryQueryLogEvent()
Properties
| Edit this page View Sourcedirection
Direction of the request. Must be set to incoming or outgoing. Required
Declaration
public string direction { get; set; }
Property Value
Type | Description |
---|---|
string |
peerId
For a client (direction = "outgoing"), it is the identity of the server. For the server (direction = "incoming"), it is the identity of the requesting client.
Declaration
public string peerId { get; set; }
Property Value
Type | Description |
---|---|
string |
queryId
Sets or gets the query ID. 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 |