C# Class GSF.StepTimer.RunCount

Inheritance: ITimer
Show file Open project: GridProtectionAlliance/openHistorian

Public Properties

Property Type Description
RunResults List
SW Stopwatch

Public Methods

Method Description
Stop ( int loopCount = 1 ) : void

Method Details

Stop() public method

public Stop ( int loopCount = 1 ) : void
loopCount int
return void

Property Details

RunResults public property

public List RunResults
return List

SW public property

public Stopwatch SW
return Stopwatch