CogJobManager IOQueueCapacity Property Cognex VisionPro
Get or set the discrete queue capacity.

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 int IOQueueCapacity { get; set; }

Property Value

Type: Int32
The capacity of the discrete queue is the number of discrete queue items which can be queued up when the job is processing discrete output results.
Events

Exceptions

ExceptionCondition
CogNotStoppedExceptionThrown if the CogJobManager is not stopped
See Also