NOTE: This method is now obsolete.

Use getTransactionId to obtain the full 64-bit id.


Returns a partial 32-bit id of the transaction that owns or claim this item. If this item has not been modified or held by an open transaction this will be equal to NetricsTranStats.TRAN_ID_NULL (zero).


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

Syntax

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

See Also