Forcibly commit the associated transaction.


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

Syntax

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

Remarks

This performs a forced commit. Even if there were errors under this transaction the commit will occur. This should be used with extreme care. Committing errors can result in invalid and unusable data.

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

See Also