LoadTestCaseGetServicePassrate Method |
Gets the service pass rate.
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public SerializableDictionary<Guid, List<MeasurePoint>> GetServicePassrate()
Public Function GetServicePassrate As SerializableDictionary(Of Guid, List(Of MeasurePoint))
public:
virtual SerializableDictionary<Guid, List<MeasurePoint^>^>^ GetServicePassrate() sealed
abstract GetServicePassrate : unit -> SerializableDictionary<Guid, List<MeasurePoint>>
override GetServicePassrate : unit -> SerializableDictionary<Guid, List<MeasurePoint>>
Return Value
Type:
SerializableDictionaryGuid,
ListMeasurePoint
A
DictionaryTKey, TValue represents the measurement of pass rate per service. where the Key is type of
Guid represents the Identifier of the Service, and the Value represents the measurement of the pass rate of that service
Implements
IPerformanceCountersGetServicePassrateSee Also