Attempts to pull multiple OPC events subscribed to by the 
OpcLabs.EasyOpc.AlarmsAndEvents.IEasyAEClient.SubscribeEvents method. Returns refresh or standard event notifications.
 
            
            
            
            
        
            Parameters
- maximumCount
 
- Maximum number of event notifications returned.
 - millisecondsTimeout
 
- The number of milliseconds to wait, or System.Threading.Timeout.Infinite (-1) to wait indefinitely.
 
            
            Return Value
An array of event arguments, or null if no event is available within the specified time.
 
             
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