CogVerifierBasic RunAsync Method Cognex VisionPro 9.21 SR1
Runs the verifier asynchronously. As the verifier runs, various events are fired which the user should be subscribed to.

Namespace: Cognex.VisionPro.Inspection
Assembly: Cognex.VisionPro.Inspection (in Cognex.VisionPro.Inspection.dll) Version: 85.1.0.0 (85.1.0.0)
Syntax

public void RunAsync()

Implements

ICogVerifier RunAsync 
Exceptions

ExceptionCondition
InvalidOperationExceptionThrown if the verifier is already running.
See Also