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