Class that provides API to control vision tool multithreading behavior
Inheritance Hierarchy
Cognex.VisionPro CogVisionToolMultiThreading
Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 79.0.0.0
Syntax
The CogVisionToolMultiThreading type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CogVisionToolMultiThreading |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SetModeCountAndEnable | Set the thread count mode, thread count and multi-threading enable state when running vision tools. | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Enable | Get/set the current state of the vision tool multithreading mechanism. | |
| ThreadCount | Get/set the number of threads the vision tool multithreading mechanism uses when running multithreading aware vision tools. | |
| ThreadCountMode | Get/set the thread count mode of the vision tool multithreading mechanism. |
See Also