Returns whether the associated transaction is closed.


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

Syntax

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

See Also