QuickOPC User's Guide and Reference
AutoAdjustmentPeriod Property (_EasyDAEngineParameters)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.Engine.ComTypes Namespace > _EasyDAEngineParameters Interface : AutoAdjustmentPeriod Property
Auto adjustment period. Number of milliseconds. Specifies how often the engine automatically adjusts the parameters (such as update rate) of OPC items to match the observed usage pattern (e.g. the frequency of reading the item).
Syntax
'Declaration
 
Property AutoAdjustmentPeriod As Integer
'Usage
 
Dim instance As _EasyDAEngineParameters
Dim value As Integer
 
instance.AutoAdjustmentPeriod = value
 
value = instance.AutoAdjustmentPeriod
int AutoAdjustmentPeriod {get; set;}
property int AutoAdjustmentPeriod {
   int get();
   void set (    int value);
}
Remarks

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

Requirements

Target Platforms: .NET Framework: Windows 7 with SP1, Windows Server 2012; .NET Core: Linux, Microsoft Windows

See Also

Reference

_EasyDAEngineParameters Interface
_EasyDAEngineParameters Members