Click or drag to resize

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()

Return Value

Type: Int32
An Int32 number represents the number of iterations has been ignored due to limitation of the thread count.

Implements

IPerformanceCountersGetIterationsIgnored
See Also