Return true if this is an explicit transaction.


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

Syntax

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

Remarks

False is returned if this is an implicit transaction or there is no transaction id.

See Also