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.QuickBuildAssembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 87.0.0.0 (87.0.0.0)
Syntax
Property Value
Type: Int32The 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
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when the RealTimeCapacity changes. |
Exceptions
| Exception | Condition |
|---|---|
| CogNotStoppedException | Thrown if the CogJob is not stopped |
Remarks
Examples
See Also