Return the short form of the transaction id.


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

Syntax

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

Remarks

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

See Also