C# 클래스 Viki.LoadRunner.Engine.Aggregators.Results.HistogramResultRow

파일 보기 프로젝트 열기: Vycka/LoadRunner 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CreatedThreads double
GroupByKey object
WorkingThreads double

공개 메소드들

메소드 설명
HistogramResultRow ( object groupByKey, TestContextResultAggregate resultsAggregate, List resultItems ) : System.Collections.Generic

메소드 상세

HistogramResultRow() 공개 메소드

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

프로퍼티 상세

CreatedThreads 공개적으로 프로퍼티

public double CreatedThreads
리턴 double

GroupByKey 공개적으로 프로퍼티

public object GroupByKey
리턴 object

WorkingThreads 공개적으로 프로퍼티

public double WorkingThreads
리턴 double