QuickOPC User's Guide and Reference
HoldPeriods Property (_EasyAEInstanceParameters)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.Engine.ComTypes Namespace > _EasyAEInstanceParameters Interface : HoldPeriods Property
Specifies optimization parameters that reduce the load on the OPC server.
Syntax
'Declaration
 
<NotNullAttribute()>
Property HoldPeriods As EasyAEClientHoldPeriods
'Usage
 
Dim instance As _EasyAEInstanceParameters
Dim value As EasyAEClientHoldPeriods
 
instance.HoldPeriods = value
 
value = instance.HoldPeriods
[NotNull()]
EasyAEClientHoldPeriods HoldPeriods {get; set;}
[NotNull()]
property EasyAEClientHoldPeriods^ HoldPeriods {
   EasyAEClientHoldPeriods^ get();
   void set (    EasyAEClientHoldPeriods^ value);
}
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