IPerformanceCountersGetIterationsRunning Method |
Gets the number of the iterations started but bot yet finished. to improve the performance when the queued cycle is larger than the maximum number, Load generator will not generate loads.
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax int GetIterationsRunning()
Function GetIterationsRunning As Integer
int GetIterationsRunning()
abstract GetIterationsRunning : unit -> int
Return Value
Type:
Int32An
Int32 number represents the number of iteration thread filled in the queue.
See Also