QuickOPC User's Guide and Reference
RequestedUpdateRateFactor Property (_DAAutoSubscribingParameters)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.Optimization.ComTypes Namespace > _DAAutoSubscribingParameters Interface : RequestedUpdateRateFactor Property
The factor used to calculate the requested update rate from the value age aggregate.
Syntax
'Declaration
 
Property RequestedUpdateRateFactor As Single
'Usage
 
Dim instance As _DAAutoSubscribingParameters
Dim value As Single
 
instance.RequestedUpdateRateFactor = value
 
value = instance.RequestedUpdateRateFactor
float RequestedUpdateRateFactor {get; set;}
property float RequestedUpdateRateFactor {
   float get();
   void set (    float value);
}
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