Get or set the garbage collection interval.
Namespace: Cognex.VisionPro.QuickBuildAssembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 75.1.0.0 (75.1.0.0)
Syntax
Property Value
Type: Int32The 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
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fired when GarbageCollectionInterval changes. |
Exceptions
| Exception | Condition |
|---|---|
| CogNotStoppedException | Thrown if the CogJobManager or any contained CogJobs are not stopped. |
Remarks
Examples
See Also