Click or drag to resize

LoadTestCaseServiceResponseTime Property

Gets or sets the service response time.

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public SerializableDictionary<Guid, List<MeasurePoint>> ServiceResponseTime { get; protected set; }

Property Value

Type: SerializableDictionaryGuid, ListMeasurePoint
The service response time.
See Also