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()
Function GetIterationsIgnored As Integer
int GetIterationsIgnored()
abstract GetIterationsIgnored : unit -> int
Return Value
Type:
Int32An
Int32 number represents the number of iterations has been ignored due to limitation of the thread count.
See Also