Represents the status information on an open transaction.


Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Public Class NetricsTranStats
C#
public class NetricsTranStats
C++
ref class NetricsTranStats
J#
public class NetricsTranStats
JScript
public class NetricsTranStats

Remarks

Objects of this class hold information on one open transaction. This class also defines constants associated with transactions, such as object transaction states and special transaction ID values.

Inheritance Hierarchy

System.Object
   NetricsServerInterface.NetricsTranStats

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also