QuickOPC User's Guide and Reference
SlowestUpdateRate Property (_DAParameterRestrictingParameters)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.Optimization.ComTypes Namespace > _DAParameterRestrictingParameters Interface : SlowestUpdateRate Property
Slowest update rate. Number of milliseconds. If your application specifies an update rate that is slower (has higher value) than the value of this property, the value of this property will be used instead.
Syntax
'Declaration
 
Property SlowestUpdateRate As Integer
'Usage
 
Dim instance As _DAParameterRestrictingParameters
Dim value As Integer
 
instance.SlowestUpdateRate = value
 
value = instance.SlowestUpdateRate
int SlowestUpdateRate {get; set;}
property int SlowestUpdateRate {
   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 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also