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



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.Engine Namespace > EasyAELinkParameters Class : 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
 
<DataMemberAttribute()>
<DefaultValueAttribute(86400000)>
Public Property SlowestNotificationRate As Integer
'Usage
 
Dim instance As EasyAELinkParameters
Dim value As Integer
 
instance.SlowestNotificationRate = value
 
value = instance.SlowestNotificationRate
[DataMember()]
[DefaultValue(86400000)]
public int SlowestNotificationRate {get; set;}
[DataMember()]
[DefaultValue(86400000)]
public:
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