Click or drag to resize

IIOStatsService Interface

Simple connection IO statistics.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public interface IIOStatsService

The IIOStatsService type exposes the following members.

Properties
  NameDescription
Public propertyBytesReceived
Total bytes received over this connection.
Public propertyBytesSent
Total bytes sent over this connection.
Top
Methods
  NameDescription
Public methodResponseTimeYs
An indication of request response time in microseconds.
Top
See Also