Return true if this is a gateway transaction.


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

Syntax

Visual Basic (Declaration)
Public Function isGatewayTran() As Boolean
C#
public bool isGatewayTran()
C++
public:
 bool isGatewayTran() sealed 
J#
public bool isGatewayTran()
JScript
public  function isGatewayTran() : bool

Remarks

False is returned if it is not a gateway transaction or there is no transaction id.

See Also