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



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.Engine Namespace > EasyEngineParameters Class : 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
 
<DataMemberAttribute()>
<DefaultValueAttribute(2000)>
Public Property GarbageCollectionPeriod As Integer
'Usage
 
Dim instance As EasyEngineParameters
Dim value As Integer
 
instance.GarbageCollectionPeriod = value
 
value = instance.GarbageCollectionPeriod
[DataMember()]
[DefaultValue(2000)]
public int GarbageCollectionPeriod {get; set;}
[DataMember()]
[DefaultValue(2000)]
public:
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