Class CallIdArray
Class for returning an array of Call IDs when querying a logging service.
Inherited Members
Namespace: I3V3.LogEvents
Assembly: Ng911Lib.dll
Syntax
public class CallIdArray
  Constructors
| Edit this page View SourceCallIdArray()
Default constructor.
Declaration
public CallIdArray()
  Fields
| Edit this page View SourcecallIds
Array of Call IDs. Required.
Declaration
public List<string> callIds
  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 |