QuickOPC User's Guide and Reference
GarbageCollectionPeriod Property (_EasyEngineParameters)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.Engine.ComTypes Namespace > _EasyEngineParameters Interface : GarbageCollectionPeriod Property
Garbage collection period. Number of milliseconds. Specifies how often the engine reviews the connected OPC servers and items and disconnects from those that are no longer needed.
Syntax
'Declaration
 
Property GarbageCollectionPeriod As Integer
'Usage
 
Dim instance As _EasyEngineParameters
Dim value As Integer
 
instance.GarbageCollectionPeriod = value
 
value = instance.GarbageCollectionPeriod
int GarbageCollectionPeriod {get; set;}
property int GarbageCollectionPeriod {
   int get();
   void set (    int value);
}
Remarks

The value must be greater than zero, or it must be equal to System.Threading.Timeout.Infinite.

This property is used by following client implementations:

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also