Click or drag to resize

IncomingMessageManagerRequestStats Class

A class for reporting request statistics.
Inheritance Hierarchy
SystemObject
  Demo3D.NetIncomingMessageManagerRequestStats
    Demo3D.NetIncomingMessageManagerTransactionStats

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

The IncomingMessageManagerRequestStats type exposes the following members.

Constructors
  NameDescription
Public methodIncomingMessageManagerRequestStats
Initializes a new instance of the IncomingMessageManagerRequestStats class
Top
Properties
  NameDescription
Public propertySendTime
Length of time (in microseconds) that it took for the lower level protocol to send the request.
Public propertyWaitForPreviousResponse
Length of time (in microseconds) that this request had to wait for a response to the previous request.
Public propertyWaitForSocket
Length of time (in microseconds) that this request had to wait for access to the socket.
Top
See Also