Called by Dispose() and ~ProcessCLass() Finalizer .

Namespace: WaterSimDCDC
Assembly: WaterSimDCDC_API (in WaterSimDCDC_API.dll) Version: 5.0.0.10 (5.0.0.10)

Syntax

C#
public void Dispose()
Visual Basic
Public Sub Dispose

Implements

IDisposable..::..Dispose()()()()

Remarks

User created ProcessClass objects should always call Dispose() before the lose scope.

See Also