Click or drag to resize

MessageResponseTime Property

Gets the response time of the current service. if the service does not have a response time, the value will be -1;

Namespace:  Hummingbird.TestFramework.Messaging
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public double ResponseTime { get; set; }

Property Value

Type: Double
The response time.
See Also