IPerformanceCountersGetServiceResponseTime Method |
Gets the service response time.
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax SerializableDictionary<Guid, List<MeasurePoint>> GetServiceResponseTime()
Function GetServiceResponseTime As SerializableDictionary(Of Guid, List(Of MeasurePoint))
SerializableDictionary<Guid, List<MeasurePoint^>^>^ GetServiceResponseTime()
abstract GetServiceResponseTime : unit -> SerializableDictionary<Guid, List<MeasurePoint>>
Return Value
Type:
SerializableDictionaryGuid,
ListMeasurePointA
DictionaryTKey, TValue represents the measurement of response type per service. where the Key is type of
Guid represents the Identifier of the Service, and the Value represents the measurement of the response time of that service
See Also