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



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