CogVisionToolMultiThreading ClassCognex VisionPro 9.8
Class that provides API to control vision tool multithreading behavior
Inheritance Hierarchy

System Object
  Cognex.VisionPro CogVisionToolMultiThreading

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

public class CogVisionToolMultiThreading

The CogVisionToolMultiThreading type exposes the following members.

Constructors

  NameDescription
Public methodCogVisionToolMultiThreading
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberSetModeCountAndEnable
Set the thread count mode, thread count and multi-threading enable state when running vision tools.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyStatic memberEnable
Get/set the current state of the vision tool multithreading mechanism.
Public propertyStatic memberThreadCount
Get/set the number of threads the vision tool multithreading mechanism uses when running multithreading aware vision tools.
Public propertyStatic memberThreadCountMode
Get/set the thread count mode of the vision tool multithreading mechanism.
Top
See Also