CogJobIndependent RealTimeQueueCapacity Property Cognex VisionPro 9.8
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.

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

public int RealTimeQueueCapacity { get; set; }

Property Value

Type: Int32
The capacity of the real-time result queue is the number of result packets which can be queued up when the job is running and collecting results.
Events

Exceptions

ExceptionCondition
CogNotStoppedExceptionThrown if the CogJob is not stopped
Remarks

Examples

See Also