Returns the full transaction id.


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

Syntax

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

Remarks

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

See Also