Method | Description | |
---|---|---|
Close ( ) : void |
Closes the archive file once the statistics are no longer needed.
|
|
Dispose ( ) : void |
Releases all the resources used by the StatisticsReader object.
|
|
Open ( ) : void |
Causes the StatisticsReader to open the archive file and retrieve the statistics.
|
|
Read ( int severity ) : IEnumerable |
Reads data for a specified signal. All parameters--ArchiveFilePath, StartTime, and EndTime--must be set manually before attempting to read statistics from the archive. |
|
Read ( string statisticSuffix, int signalIndex ) : IEnumerable |
Reads data for a specified statistic. All parameters--ArchiveFilePath, StartTime, and EndTime--must be set manually before attempting to read statistics from the archive. |
public Read ( int severity ) : IEnumerable |
||
severity | int | The index that defines which statistic in the given category is to be retrieved. |
return | IEnumerable |
public Read ( string statisticSuffix, int signalIndex ) : IEnumerable |
||
statisticSuffix | string | The suffix that defines the category of the statistic. |
signalIndex | int | The index that defines which statistic in the given category is to be retrieved. |
return | IEnumerable |