CogToolGroup GarbageCollectionFrequency Property Cognex VisionPro 9.8
Gets or sets the frequency at which garbage collection is to be run.

Namespace: Cognex.VisionPro.ToolGroup
Assembly: Cognex.VisionPro.ToolGroup (in Cognex.VisionPro.ToolGroup.dll) Version: 75.1.0.0 (75.1.0.0)
Syntax

public int GarbageCollectionFrequency { get; set; }

Property Value

Type: Int32
Number of Run method invocations at which garbage collection is to be invoked. This value is ignored if the GarbageCollectionEnabled property is false.
See Also