QuickOPC User's Guide and Reference
FastestUpdateRate Property (DAParameterRestrictingParameters)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.Optimization Namespace > DAParameterRestrictingParameters Class : FastestUpdateRate Property
Fastest update rate. Number of milliseconds. If your application specifies an update rate that is faster (has lower value) than the value of this property, the value of this property will be used instead.
Syntax
'Declaration
 
<DataMemberAttribute()>
<DefaultValueAttribute(20)>
Public Property FastestUpdateRate As Integer
'Usage
 
Dim instance As DAParameterRestrictingParameters
Dim value As Integer
 
instance.FastestUpdateRate = value
 
value = instance.FastestUpdateRate
[DataMember()]
[DefaultValue(20)]
public int FastestUpdateRate {get; set;}
[DataMember()]
[DefaultValue(20)]
public:
property int FastestUpdateRate {
   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