QuickOPC User's Guide and Reference
RequestedUpdateRate Property (DASubscriptionAttribute)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.LiveMapping Namespace > DASubscriptionAttribute Class : RequestedUpdateRate Property
Gets or sets the requested update rate
Syntax
'Declaration
 
Public Property RequestedUpdateRate As Integer
'Usage
 
Dim instance As DASubscriptionAttribute
Dim value As Integer
 
instance.RequestedUpdateRate = value
 
value = instance.RequestedUpdateRate
public int RequestedUpdateRate {get; set;}
public:
property int RequestedUpdateRate {
   int get();
   void set (    int value);
}
Remarks

How often should the updates be received (number of milliseconds).

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

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also