Click or drag to resize

IPerformanceCountersGetIterationsIgnored 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
int GetIterationsIgnored()

Return Value

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