Return the full ID of the transaction that owns or claims this item.


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

Syntax

Visual Basic (Declaration)
Public Function getTransactionId() As Long
C#
public long getTransactionId()
C++
public:
 __int64 getTransactionId() sealed 
J#
public long getTransactionId()
JScript
public  function getTransactionId() : long

Remarks

If an item has not been modified or held by an open transaction this will be equal to NetricsTranStats.TRAN_ID_NULL (zero).

See Also