LoadTestCaseGetIterationsIgnored Method |
Gets the number of the iterations ignored due to cumulation of the running threads.
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public int GetIterationsIgnored()
Public Function GetIterationsIgnored As Integer
public:
virtual int GetIterationsIgnored() sealed
abstract GetIterationsIgnored : unit -> int
override GetIterationsIgnored : unit -> int
Return Value
Type:
Int32
An
Int32 number represents the number of iterations has been ignored due to limitation of the thread count.
Implements
IPerformanceCountersGetIterationsIgnoredSee Also