Click or drag to resize

IncomingMessageManagerTransactionStats Class

A class for reporting transaction 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 TransactionStats : IncomingMessageManagerRequestStats

The IncomingMessageManagerTransactionStats type exposes the following members.

Constructors
  NameDescription
Public methodIncomingMessageManagerTransactionStats
Initializes a new instance of the IncomingMessageManagerTransactionStats class
Top
Properties
  NameDescription
Public propertyResponseTime
Length of time (in microseconds) between the point just before sending the request and completely receiving the response.
Public propertySendTime
Length of time (in microseconds) that it took for the lower level protocol to send the request.
(Inherited from IncomingMessageManagerRequestStats.)
Public propertyWaitForPreviousResponse
Length of time (in microseconds) that this request had to wait for a response to the previous request.
(Inherited from IncomingMessageManagerRequestStats.)
Public propertyWaitForSocket
Length of time (in microseconds) that this request had to wait for access to the socket.
(Inherited from IncomingMessageManagerRequestStats.)
Top
See Also