Class LogEventIdArray
Class for returning an array of log event IDs in response to a query from the logging service.
Inherited Members
Namespace: I3V3.LogEvents
Assembly: Ng911Lib.dll
Syntax
public class LogEventIdArray
Constructors
| Edit this page View SourceLogEventIdArray()
Default constructor
Declaration
public LogEventIdArray()
Fields
| Edit this page View SourcelogEventIds
Array of LogEvent IDs. Required.
Declaration
public List<string> logEventIds
Field Value
Type | Description |
---|---|
List<string> |
Properties
| Edit this page View Sourcecount
Number of items in the array. Required.
Declaration
public int count { get; set; }
Property Value
Type | Description |
---|---|
int |
totalCount
Total number of items found. Required.
Declaration
public int totalCount { get; set; }
Property Value
Type | Description |
---|---|
int |