Call this method as the very last after either IsRunning()()() or HasFinished()()() returns true (no matter if the job stopped automatically or after calling Stop()()()). This will clean up the resources and output data properly.

Namespace:  InfigoSDK
Assembly:  InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void Close()
Visual Basic (Declaration)
Public Sub Close
Visual C++
public:
void Close()

See Also