LoadTestCaseGetIterationsRunning 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 public int GetIterationsRunning()
Public Function GetIterationsRunning As Integer
public:
virtual int GetIterationsRunning() sealed
abstract GetIterationsRunning : unit -> int
override GetIterationsRunning : unit -> int
Return Value
Type:
Int32
An
Int32 number represents the number of iteration thread filled in the queue.
Implements
IPerformanceCountersGetIterationsRunningSee Also