Abort the associated transaction.


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

Syntax

Visual Basic (Declaration)
Public Sub abortWork()
C#
public void abortWork()
C++
public:
 void abortWork() sealed 
J#
public void abortWork()
JScript
public  function abortWork()

Remarks

All changes made under this transaction are rolled back.

After this call completes successfully any attempt to perform further update operations through this object will throw an execption.

See Also