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



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.LiveMapping Namespace > DAMapper Class : FastestUpdateRate Property
The fastest update rate allowed by this mapper.
Syntax
'Declaration
 
<DefaultValueAttribute(0)>
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Property FastestUpdateRate As Integer
'Usage
 
Dim instance As DAMapper
Dim value As Integer
 
instance.FastestUpdateRate = value
 
value = instance.FastestUpdateRate
[DefaultValue(0)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
public int FastestUpdateRate {get; set;}
[DefaultValue(0)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
public:
property int FastestUpdateRate {
   int get();
   void set (    int value);
}
Remarks
When not equal to zero (the default), all mappings that specify faster update rate will use this 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