CogApplicationState MultiThreadingThreadCountMode Property Cognex VisionPro 9.10
Get/set the thread count mode.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 79.0.0.0
Syntax

public CogVisionToolMultiThreadingThreadCountModeConstants MultiThreadingThreadCountMode { get; set; }

Property Value

Type: CogVisionToolMultiThreadingThreadCountModeConstants
This property gets or sets the thread count mode to one of either CogVisionToolMultiThreadingThreadCountModeConstants::HardwareDefined or CogVisionToolMultiThreadingThreadCountModeConstants::UserSpecified. This property will not change the multithreading thread count mode of application multithreading mechanism until the function ApplyMultiThreadingApplicationState is called.The default is ::HardwareDefined.The setter is internal use only.
See Also