C# Class Viki.LoadRunner.Engine.Aggregators.Aggregates.CheckpointAggregate

显示文件 Open project: Vycka/LoadRunner Class Usage Examples

Public Properties

Property Type Description
Errors List
Name string
SummedMomentTime System.TimeSpan
SummedTotalTime System.TimeSpan

Public Methods

Method Description
AggregateCheckpoint ( System.TimeSpan momentDuration, ICheckpoint checkpoint ) : void
CheckpointAggregate ( string name ) : System
CheckpointAggregate ( string name, CheckpointAggregate copyStatsFrom ) : System

Method Details

AggregateCheckpoint() public method

public AggregateCheckpoint ( System.TimeSpan momentDuration, ICheckpoint checkpoint ) : void
momentDuration System.TimeSpan
checkpoint ICheckpoint
return void

CheckpointAggregate() public method

public CheckpointAggregate ( string name ) : System
name string
return System

CheckpointAggregate() public method

public CheckpointAggregate ( string name, CheckpointAggregate copyStatsFrom ) : System
name string
copyStatsFrom CheckpointAggregate
return System

Property Details

Errors public_oe property

public List Errors
return List

Name public_oe property

public string Name
return string

SummedMomentTime public_oe property

public TimeSpan,System SummedMomentTime
return System.TimeSpan

SummedTotalTime public_oe property

public TimeSpan,System SummedTotalTime
return System.TimeSpan