Click or drag to resize

TransactionStats Properties

The IncomingMessageManagerTransactionStats type exposes the following members.

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