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



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