ICogCalibFeatureExtractor IsThreadSafe Property Cognex VisionPro 9.22
Gets whether the implementation of Execute(ICogImage) is thread-safe. Thread-safety is required to allow multithreading within implementations of Execute(CogImageCollectionMCamerasNPoses) method.

Namespace: Cognex.VisionPro.CalibFix
Assembly: Cognex.VisionPro.CalibFixPlus (in Cognex.VisionPro.CalibFixPlus.dll) Version: 87.0.0.0
Syntax

bool IsThreadSafe { get; }

Property Value

Type: Boolean
Whether the implementation of Execute(ICogImage) is thread-safe.
Remarks

Note that in the implementation of the derived classes, this property must be set correctly.
See Also