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

Namespace: Cognex.VisionPro.QuickBuild
Assembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 73.0.0.0 (73.0.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
Remarks

Examples

See Also