NOTE: This method is now obsolete.

Use getTransactionId to obtain the full 64-bit id.


Returns a partial 32-bit 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