Return the transaction state for this object.


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

Syntax

Visual Basic (Declaration)
Public Function getTranState() As Integer
C#
public int getTranState()
C++
public:
 int getTranState() sealed 
J#
public int getTranState()
JScript
public  function getTranState() : int

Remarks

If this object is not associated with an open transaction this returns the special value NetricsTranStats.STATE_NULL. Otherwise it is an OR'd combination of one or more of the state values defined in NetricsTranStats.

See Also