Click or drag to resize

performanceDataLoad Class

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.3.55
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
Protected propertylastTake (Inherited from performanceBaseperformanceDataLoadTake.)
Public propertyname (Inherited from performanceBaseperformanceDataLoadTake.)
Public propertypageCount
Public propertypageLoads
Number of AddBytes call
Public propertysecondsBetweenTakes (Inherited from performanceBaseperformanceDataLoadTake.)
Public propertysecondsBetweenTakesDefault (Overrides performanceBase.secondsBetweenTakesDefault.)
Protected propertytakes (Inherited from performanceBaseperformanceDataLoadTake.)
Public propertytermCount
Public propertytotalBytes
Top
Methods
  NameDescription
Public methodAddBytes
Add loaded bytes
Public methodAddContentPage
Public methodAddIteration
Public methodcheckTake (Inherited from performanceBaseperformanceDataLoadTake.)
Public methodCountTakes (Inherited from performanceBaseperformanceDataLoadTake.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetAverage (Inherited from performanceBaseperformanceDataLoadTake.)
Public methodGetDataTable (Inherited from performanceBaseperformanceDataLoadTake.)
Public methodGetDataTableBase (Inherited from performanceBaseperformanceDataLoadTake.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLastSamples (Inherited from performanceBaseperformanceDataLoadTake.)
Public methodGetLastTake (Inherited from performanceBaseperformanceDataLoadTake.)
Public methodGetTimeSpan (Inherited from performanceBaseperformanceDataLoadTake.)
Public methodGetTimeSpanInMinutes (Inherited from performanceBaseperformanceDataLoadTake.)
Public methodGetTrend(measureTrendTakerUTP) (Inherited from performanceBaseperformanceDataLoadTake.)
Public methodGetTrend(FuncUTP, Double, measureTrendTaker) (Inherited from performanceBaseperformanceDataLoadTake.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoadDataTable(DataTable) (Inherited from performanceBaseperformanceDataLoadTake.)
Public methodLoadDataTable(DataTable, Boolean) (Inherited from performanceBaseperformanceDataLoadTake.)
Public methodmeasure (Overrides performanceBase.measure(UTP).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodprepare (Overrides performanceBase.prepare.)
Public methodtake (Inherited from performanceBaseperformanceDataLoadTake.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Protected fieldGetDataTableLock (Inherited from performanceBaseperformanceDataLoadTake.)
Protected fieldtakeLock (Inherited from performanceBaseperformanceDataLoadTake.)
Top
See Also