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



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.Engine Namespace > EasyDAClientUpdateRates Class : WriteAutomatic Property
After an item write 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(-1)>
Public Property WriteAutomatic As Integer
'Usage
 
Dim instance As EasyDAClientUpdateRates
Dim value As Integer
 
instance.WriteAutomatic = value
 
value = instance.WriteAutomatic
[DataMember()]
[DefaultValue(-1)]
public int WriteAutomatic {get; set;}
[DataMember()]
[DefaultValue(-1)]
public:
property int WriteAutomatic {
   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