CogAcqFifoTool GarbageCollectionFrequency Property Cognex VisionPro 9.5
If GarbageCollectionEnabled is true, this property specifies the number of times that the tool can be run before the tool will make an explicit call to the garbage collector. This property is ignored if GarbageCollectionEnabled is false.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 69.0.0.0
Syntax

public int GarbageCollectionFrequency { get; set; }

Property Value

Type: Int32
An integer greater than zero, specifying the number of times the tool can run before explicit garbage collection.
Exceptions

ExceptionCondition
ArugmentOutOfRangeExceptionIf you attempt to set this value less than one.
See Also