Returns the full transaction id.


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

Remarks

This is valid only for TYPE_TRANID. If this is not a TYPE_TRANID error item an InvalidOperationException is thrown.

See Also