Commit the associated transaction.


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

Syntax

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

Remarks

This performs a non-forced commit. If there were errors under this transaction the commit will fail with a DVK_ERR_HASERRORS error code.

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

See Also