QuickOPC User's Guide and Reference
ReadAutomatic Property (_EasyDAClientUpdateRates)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.Engine.ComTypes Namespace > _EasyDAClientUpdateRates Interface : ReadAutomatic Property
After an item read call, the initial update rate of the item is set to this value (for new items), or the current update rate is lowered to this value (for existing items). In milliseconds.
Syntax
'Declaration
 
Property ReadAutomatic As Integer
'Usage
 
Dim instance As _EasyDAClientUpdateRates
Dim value As Integer
 
instance.ReadAutomatic = value
 
value = instance.ReadAutomatic
int ReadAutomatic {get; set;}
property int ReadAutomatic {
   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

_EasyDAClientUpdateRates Interface
_EasyDAClientUpdateRates Members