A transport level statistics.

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

All Members | Properties | ||||
Icon | Member | Description |
---|---|---|
![]() | ActiveThreadsCount |
Gets the number of active threads currently processing a communication task.
|
![]() | ActiveThreadsPerc |
Gets the percentage of active threads out of the maximum threads.
|
![]() | CompletedTaskCount |
Gets the number of communication level tasks that were completed.
|
![]() | CompletedTaskPerSecond |
Gets the number of completed communication level tasks per second.
|
![]() | Details |
Gets the transport details.
|
![]() | NA |
Gets whether the statistics are not available.
|
![]() | Previous |
Gets the previous statistics sampled.
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 number of currently waiting communication tasks to be executed.
|
![]() | Timestamp |
Gets the timestamp of the sampled statistics.
|