C# Class Viki.LoadRunner.Engine.Aggregators.Results.HistogramResultRow

Mostra file Open project: Vycka/LoadRunner Class Usage Examples

Public Properties

Property Type Description
CreatedThreads double
GroupByKey object
WorkingThreads double

Public Methods

Method Description
HistogramResultRow ( object groupByKey, TestContextResultAggregate resultsAggregate, List resultItems ) : System.Collections.Generic

Method Details

HistogramResultRow() public method

public HistogramResultRow ( object groupByKey, TestContextResultAggregate resultsAggregate, List resultItems ) : System.Collections.Generic
groupByKey object
resultsAggregate Viki.LoadRunner.Engine.Aggregators.Aggregates.TestContextResultAggregate
resultItems List
return System.Collections.Generic

Property Details

CreatedThreads public_oe property

public double CreatedThreads
return double

GroupByKey public_oe property

public object GroupByKey
return object

WorkingThreads public_oe property

public double WorkingThreads
return double