Returns the full transaction id.


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

Syntax

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

Remarks

If there is no transaction id NetricsTranStats.TRAN_ID_NULL is returned.

See Also