Returns the full transaction id of the associated transaction.


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