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



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.Engine.ComTypes Namespace > _EasyDAClientUpdateRates Interface : 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
 
Property WriteAutomatic As Integer
'Usage
 
Dim instance As _EasyDAClientUpdateRates
Dim value As Integer
 
instance.WriteAutomatic = value
 
value = instance.WriteAutomatic
int WriteAutomatic {get; set;}
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 Interface
_EasyDAClientUpdateRates Members