Determines whether a given notification rate value is valid in OPC Alarms&Events.
            
            
            Syntax
            
            
            
            
            'Declaration
 
<PureAttribute()>
Public Shared Function IsValidNotificationRate( _
   ByVal  As Integer _
) As Boolean
             
        
            
            'Usage
 
Dim notificationRate As Integer
Dim value As Boolean
 
value = AEUtilities.IsValidNotificationRate(notificationRate)
             
        
            
            [Pure()]
public static bool IsValidNotificationRate( 
   int 
)
             
        
            
            [Pure()]
public:
static bool IsValidNotificationRate( 
   int 
) 
             
        
             
        
            Parameters
- notificationRate
 
- The notification rate value to be tested.
 
            
            Return Value
true if  is a valid notification rate; false otherwise.
 
            
            
            
            
            
            
            
            
            
            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