Class VersionsLogEvent
Data class for the VersionsLogEvent. See Sections 4.12.3.7 and E.8.1 of NENA-STA-010.3. Logs the response to a web service Versions request. Note: Some logging clients use the Versions request to poll the logging service to see if it is available. Logging these requests will generate an excessive number of log events.
Inherited Members
Namespace: I3V3.LogEvents
Assembly: Ng911Lib.dll
Syntax
public class VersionsLogEvent : LogEvent
Constructors
| Edit this page View SourceVersionsLogEvent()
Default constructor
Declaration
public VersionsLogEvent()
Properties
| Edit this page View Sourceresponse
Contains the response from the logging service. Required.
Declaration
public string response { get; set; }
Property Value
Type | Description |
---|---|
string |
source
Contains the URL of the logging service. Required.
Declaration
public string source { get; set; }
Property Value
Type | Description |
---|---|
string |