UsageStatisticIncomingFailed Property |
Gets or sets the number of incoming messaged which are failed to process.
Namespace:
Hummingbird.TestFramework.Configuration
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public long IncomingFailed { get; set; }
Public Property IncomingFailed As Long
Get
Set
public:
property long long IncomingFailed {
long long get ();
void set (long long value);
}
member IncomingFailed : int64 with get, set
Property Value
Type:
Int64
The incoming failed.
See Also