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



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