An aggregated view of ITransportStatistics.

C# | Visual Basic | Visual C++ | J# |
public interface ITransportsStatistics
Public Interface ITransportsStatistics
public interface class ITransportsStatistics
public interface ITransportsStatistics

All Members | Properties | ||||
Icon | Member | Description |
---|---|---|
![]() | ActiveThreadsCount |
Gets the summation of all transport ActiveThreadsCount.
|
![]() | ActiveThreadsPerc |
Gets the summation of all transport ActiveThreadsPerc.
|
![]() | CompletedTaskCount |
Gets the summation of all CompletedTaskCount.
|
![]() | CompletedTaskPerSecond |
Gets the summation of all transport CompletedTaskPerSecond.
|
![]() | Count |
Gets the number of ITransportStatistics that are aggregated.
|
![]() | Details |
Gets the aggregated ITransportsDetails.
|
![]() | NA |
Gets whether the statistics are not available.
|
![]() | Previous |
Gets the previous ITransportsStatistics.
the value is null if this is the first one.
|
![]() | PreviousTimestamp |
Gets the previous statistics timestamp.
the value is -1 if this is the first one.
|
![]() | QueueSize |
Gets the summation of all transport QueueSize.
|
![]() | Timestamp |
Gets the timestamp of the sampled statistics.
|