Class StatData
Inheritance
System.Object
StatData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: FixAntenna.AdminTool.dll
Syntax
[Serializable]
public class StatData : IStatDataGroup
Constructors
StatData()
Initialisiert eine neue Instanz der StatData Klasse.
Initializes a new instance of the StatData class.
Declaration
Properties
AvgQueueSize
Declaration
public long? AvgQueueSize { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
AvgTimeInQueue
Declaration
public long? AvgTimeInQueue { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
CurrentProcessingQueueSize
Declaration
public long? CurrentProcessingQueueSize { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
CurrentQueueSize
Declaration
public long? CurrentQueueSize { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
DurationSum
Declaration
public int DurationSum { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Established
Declaration
public DateTime Established { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
IncomingThroughput
Declaration
public double? IncomingThroughput { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
LastReceivedMessage
Declaration
public DateTime LastReceivedMessage { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
LastSentMessage
Declaration
public DateTime LastSentMessage { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Latency
Declaration
public double? Latency { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
MaxQueueSize
Declaration
public long? MaxQueueSize { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
MaxTimeInQueue
Declaration
public long? MaxTimeInQueue { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
MinQueueSize
Declaration
public long? MinQueueSize { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
MinTimeInQueue
Declaration
public long? MinTimeInQueue { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
NumOfProcessedMessages
Declaration
public long? NumOfProcessedMessages { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
NumOfProcessedMessagesByType
Declaration
public Collection<StatDataGroupNumOfProcessedMessagesByTypeMessageType> NumOfProcessedMessagesByType { get; }
Property Value
NumOfProcessedMessagesByTypeSpecified
Ruft einen Wert ab, der angibt, ob die NumOfProcessedMessagesByType-Collection leer ist.
Gets a value indicating whether the NumOfProcessedMessagesByType collection is empty.
Declaration
public bool NumOfProcessedMessagesByTypeSpecified { get; }
Property Value
Type |
Description |
System.Boolean |
|
NumOfRejectedMessages
Declaration
public long? NumOfRejectedMessages { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
ReceivedBytes
Declaration
public int ReceivedBytes { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ReceivedHandlingTime
Declaration
public int ReceivedHandlingTime { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ReceivedMessages
Declaration
public int ReceivedMessages { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SentBytes
Declaration
public int SentBytes { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SentHandlingTime
Declaration
public int SentHandlingTime { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SentMessages
Declaration
public int SentMessages { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TerminatedAbnormal
Declaration
public DateTime TerminatedAbnormal { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
TerminatedNormal
Declaration
public DateTime TerminatedNormal { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Throughput
Declaration
public double? Throughput { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
Implements