Click or drag to resize

performanceDataLoad Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:imbWEM.Core.crawler.engine.performanceDataLoad"]

Inheritance Hierarchy
SystemObject
  performanceBaseperformanceDataLoadTake
    imbWEM.Core.crawler.engineperformanceDataLoad

Namespace:  imbWEM.Core.crawler.engine
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public class performanceDataLoad : performanceBase<performanceDataLoadTake>

The performanceDataLoad type exposes the following members.

Constructors
  NameDescription
Public methodperformanceDataLoad
Initializes a new instance of the performanceDataLoad class
Public methodperformanceDataLoad(String)
Initializes a new instance of the performanceDataLoad class
Top
Properties
  NameDescription
Public propertyiterationCount
Public propertyname
(Inherited from performanceBaseperformanceDataLoadTake.)
Public propertypageCount
Public propertypageLoads
Number of AddBytes call
Public propertysecondsBetweenTakes
(Inherited from performanceBaseperformanceDataLoadTake.)
Public propertysecondsBetweenTakesDefault (Overrides performanceBase.secondsBetweenTakesDefault.)
Public propertytermCount
Public propertytotalBytes
Top
Methods
  NameDescription
Public methodAddBytes
Add loaded bytes
Public methodAddContentPage
Public methodAddIteration
Public methodcheckTake
Makes take() if interval passed
(Inherited from performanceBaseperformanceDataLoadTake.)
Public methodCountTakes
Number of takes
(Inherited from performanceBaseperformanceDataLoadTake.)
Public methodEquals (Inherited from Object.)
Public methodGetAverage
Gets the average of the main reading
(Inherited from performanceBaseperformanceDataLoadTake.)
Public methodGetDataTable
Gets data table with all readings
(Inherited from performanceBaseperformanceDataLoadTake.)
Public methodGetDataTableBase
Gets the data table with objectTable
(Inherited from performanceBaseperformanceDataLoadTake.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetLastSamples (Inherited from performanceBaseperformanceDataLoadTake.)
Public methodGetLastTake (Inherited from performanceBaseperformanceDataLoadTake.)
Public methodGetTimeSpan
Gets the time span covered by this performance collection
(Inherited from performanceBaseperformanceDataLoadTake.)
Public methodGetTimeSpanInMinutes (Inherited from performanceBaseperformanceDataLoadTake.)
Public methodGetTrend(measureTrendTakerUTP)
Gets the trend.
(Inherited from performanceBaseperformanceDataLoadTake.)
Public methodGetTrend(FuncUTP, Double, measureTrendTaker)
Gets the trend.
(Inherited from performanceBaseperformanceDataLoadTake.)
Public methodGetType (Inherited from Object.)
Public methodLoadDataTable(DataTable) (Inherited from performanceBaseperformanceDataLoadTake.)
Public methodLoadDataTable(DataTable, Boolean)
Loads the data table.
(Inherited from performanceBaseperformanceDataLoadTake.)
Public methodmeasure (Overrides performanceBase.measure(UTP).)
Public methodprepare (Overrides performanceBase.prepare.)
Public methodtake
Procedure that creates new take. Thread safe
(Inherited from performanceBaseperformanceDataLoadTake.)
Public methodToString (Inherited from Object.)
Top
See Also