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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Engine.ComTypes Namespace > _UASmartEngineParameters Interface : GarbageCollectionPeriod Property
How often the component cleans up unused objects such as sessions and subscriptions. In milliseconds.
Syntax
'Declaration
 
Property GarbageCollectionPeriod As Integer
'Usage
 
Dim instance As _UASmartEngineParameters
Dim value As Integer
 
instance.GarbageCollectionPeriod = value
 
value = instance.GarbageCollectionPeriod
int GarbageCollectionPeriod {get; set;}
property int GarbageCollectionPeriod {
   int get();
   void set (    int value);
}
Remarks

In order to obtain or modify this parameter, access the OpcLabs.EasyOpc.UA.Engine.EasyUASharedParameters.EngineParameters property of static OpcLabs.EasyOpc.UA.EasyUAClientCore.SharedParameters.

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