HistoryOutgoingSuccess Property |
Gets or sets the number of outgoing messages with success, This is a Overall counter.
Namespace:
Hummingbird.TestFramework.Configuration
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public long OutgoingSuccess { get; set; }
Public Property OutgoingSuccess As Long
Get
Set
public:
property long long OutgoingSuccess {
long long get ();
void set (long long value);
}
member OutgoingSuccess : int64 with get, set
Property Value
Type:
Int64
the number of outgoing messages with success.
See Also