CogVerifierBasic RunAsync Method Cognex VisionPro 9.8 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: 75.0.0.0 (75.0.0.0)
Syntax

public void RunAsync()

Implements

ICogVerifier RunAsync 
Exceptions

ExceptionCondition
InvalidOperationExceptionThrown if the verifier is already running.
See Also