QuickOPC User's Guide and Reference
FastestNotificationRate Property (_EasyAELinkParameters)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.Engine.ComTypes Namespace > _EasyAELinkParameters Interface : FastestNotificationRate Property
Fastest notification rate. Number of milliseconds. If the client application specifies notification rate faster than the value specified here, EasyOPC will use the value from this field instead.
Syntax
'Declaration
 
Property FastestNotificationRate As Integer
'Usage
 
Dim instance As _EasyAELinkParameters
Dim value As Integer
 
instance.FastestNotificationRate = value
 
value = instance.FastestNotificationRate
int FastestNotificationRate {get; set;}
property int FastestNotificationRate {
   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