CogJobManager GarbageCollectionInterval Property Cognex VisionPro
Get or set the garbage collection interval.

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

Property Value

Type: Int32
The garbage collection interval is the number of job cycles (whether this is images acquired or vision tools ran depends on the job's RunMode) before the garbage collector is run.
Events

Exceptions

ExceptionCondition
CogNotStoppedExceptionThrown if the CogJobManager or any contained CogJobs are not stopped.
See Also