Startup Shutdown Method Cognex VisionPro 9.22 SR1
Used to shutdown Vision.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Startup.Net (in Cognex.Vision.Startup.Net.dll) Version: 9.22.2.0
Syntax

public static void Shutdown()
Remarks

A Vision application must call this function before terminating. You should not call Initialize after calling this method.
See Also