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; }
Public Property ResponseTime As Double
Get
Set
public:
property double ResponseTime {
double get ();
void set (double value);
}
member ResponseTime : float with get, set
Property Value
Type:
Double
The response time.
See Also