CogJobIndependent contains all Independent mode only properties, methods, and events.
Inheritance Hierarchy
Cognex.VisionPro.QuickBuild CogJobIndependent
Namespace: Cognex.VisionPro.QuickBuild
Assembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 79.0.0.0 (79.0.0.0)
Syntax
The CogJobIndependent type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CogJobIndependent |
CogJobIndependent. Internal use only.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to the current Object. (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.) | |
| RealTimeQueueFlush |
Flush/clear the real-time result queue of all packets. This method cannot be called while the CogJob is running.
| |
| RealTimeResult |
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.
| |
| RealTimeResult(Int32, Boolean) |
RealTimeResult(int,bool) allows any result packet to be looked at and/or removed from the real-time result queue.
| |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| ParentJob |
Read-only property to get this object's parent job.
| |
| RealTimeQueueCapacity |
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.
| |
| RealTimeQueueCount |
Read-only property which returns the number of result packets in the real-time result queue.
|
Events
| Name | Description | |
|---|---|---|
| RealTimeQueueFlushed |
Raised when the real-time queue is flushed.
| |
| RealTimeQueueOverflowed |
Raised when the real-time queue overflows.
| |
| RealTimeResultAvailable |
Raised when a new result is available in the Result Queue.
| |
| RealTimeResultRemoved |
Raised when a result is removed from the real-time queue.
|
Remarks
Examples
See Also