CogJobIndependent ClassCognex VisionPro
CogJobIndependent contains all Independent mode only properties, methods, and events.
Inheritance Hierarchy

System Object
  Cognex.VisionPro.QuickBuild CogJobIndependent

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

public class CogJobIndependent

The CogJobIndependent type exposes the following members.

Constructors

  NameDescription
Public methodCogJobIndependent
CogJobIndependent. Internal use only.
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
Flush/clear the real-time result queue of all packets. This method cannot be called while the CogJob is running.
Public methodRealTimeResult 
RealTimeResult() removes and returns the oldest result packet from the real-time result queue. RealTimeResult() will return null if the real-time result queue is empty. This method may be called while the CogJob is running.
Public methodRealTimeResult(Int32, Boolean)
RealTimeResult(int,bool) allows any result packet to be looked at and/or removed from the real-time result queue.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyParentJob
Read-only property to get this object's parent job.
Public propertyRealTimeQueueCapacity
Get or set the real-time result queue capacity. This method is deprecated. Use CogJobManager.IOQueueCapacity to set the capacity of both the real-time queue and the I/O queue.
Public propertyRealTimeQueueCount
Read-only property which returns the number of result packets in the real-time result queue.
Top
Events

  NameDescription
Public eventRealTimeQueueFlushed
Raised when the real-time queue is flushed.
Public eventRealTimeQueueOverflowed
Raised when the real-time queue overflows.
Public eventRealTimeResultAvailable
Raised when a new result is available in the Result Queue.
Public eventRealTimeResultRemoved
Raised when a result is removed from the real-time queue.
Top
See Also