TransactionData PropertiesC# API
The TransactionData type exposes the following members.
Properties

  NameDescription
Public propertyLastDuration
Get the duration (in milliseconds) of the last recorded instance of this transaction.
Public propertyMaximumDuration
Get the maximum recorded duration (in milliseconds) of this transaction.
Public propertyMeanDuration
Get the mean duration (in milliseconds) of this transaction.
Public propertyMinimumDuration
Get the minimum recorded duration (in milliseconds) of this transaction.
Public propertyName
Get the name of the transaction
Back to Top
See Also