CogJobManagerDependent ClassCognex VisionPro 9.8 SR1
CogJobManagerDependent contains all dependent mode only properties, methods, and events. Currently not supported (Dependent mode only).
Inheritance Hierarchy

System Object
  Cognex.VisionPro.QuickBuild CogJobManagerDependent

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

public class CogJobManagerDependent

The CogJobManagerDependent type exposes the following members.

Constructors

  NameDescription
Public methodCogJobManagerDependent
CogJobManagerDependent. Currently not supported.
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 methodRealTimeQueueFlush
RealTimeQueueFlush. Currently not supported (Dependent mode only).
Public methodRealTimeResult 
RealTimeResult. Currently not supported (Dependent mode only).
Public methodRealTimeResult(Int32, Boolean)
RealTimeResult with index. Currently not supported (Dependent mode only).
Public methodResetAllStatistics
Reset all Statistics. Currently not supported (Dependent mode only).
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodVisionToolLink(Int32)
Index Getter for VisionToolLink. Currently not supported (Dependent mode only).
Public methodVisionToolLink(String)
Name Getter for VisionToolLink. Currently not supported (Dependent mode only).
Public methodVisionToolLinkAdd
VisionToolLinkAdd, duplicates are not permitted. Currently not supported (Dependent mode only).
Public methodVisionToolLinkRemove(String)
VisionToolLinkRemove (removes all links which have the same name). Currently not supported (Dependent mode only).
Public methodVisionToolLinkRemove(CogVTLink)
VisionToolLinkRemove (removes all links which have the same content). Currently not supported (Dependent mode only).
Top
Properties

  NameDescription
Public propertyParentManager
Read-only property to get this object's parent manager.
Public propertyRealTimeQueueCapacity
RealTimeQueueCapacity. Currently not supported (Dependent mode only).
Public propertyRealTimeQueueCount
RealTimeQueueCount. Currently not supported (Dependent mode only).
Public propertyState
State. Currently not supported (Dependent mode only).
Public propertyTotalDependentIterations
TotalDependentIterations. Currently not supported (Dependent mode only).
Public propertyTotalVisionToolAccepts
TotalVisionToolAccept. Currently not supported (Dependent mode only).
Public propertyTotalVisionToolErrors
TotalVisionToolErrors. Currently not supported (Dependent mode only).
Public propertyTotalVisionToolRejects
TotalFinalVisionToolReject. Currently not supported (Dependent mode only).
Public propertyTotalVisionToolWarnings
TotalVisionToolWarn. Currently not supported (Dependent mode only).
Public propertyVisionTool
VisionTool. Currently not supported (Dependent mode only).
Public propertyVisionToolLinkCount
VisionToolLinkCount. Currently not supported (Dependent mode only).
Public propertyVisionToolRunStatus
VisionToolRunStatus. Currently not supported (Dependent mode only).
Public propertyVisionToolSyncRoot
VisionToolSyncRoot. Currently not supported (Dependent mode only).
Top
Events

  NameDescription
Public eventRealTimeQueueFlushed
Raised when the realTime queue is flushed. Currently not supported (Dependent mode only).
Public eventRealTimeQueueOverflowed
Raised when the realTime queue overflows. Currently not supported (Dependent mode only).
Public eventRealTimeResultAvailable
Raised when a new result is available in the RealTime Queue. Currently not supported (Dependent mode only).
Public eventRealTimeResultRemoved
Raised when a result is removed from the RealTime Queue. Currently not supported (Dependent mode only).
Public eventVisionToolError
Raised when a vision tool error occurs. Currently not supported (Dependent mode only).
Public eventVisionToolLinkAdded
Raised when a vision tool link is added. Currently not supported (Dependent mode only).
Public eventVisionToolLinkRemoved
Raised when vision tool link is removed. Currently not supported (Dependent mode only).
Public eventVisionToolRan
Raised when the dependent vision tool has started running Currently not supported (Dependent mode only).
Public eventVisionToolRunning
Raised when the dependent vision tool has started running Currently not supported (Dependent mode only).
Top
See Also