QuickOPC User's Guide and Reference
DefaultEventQueueSize Property (_EasyAEEngineParameters)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.Engine.ComTypes Namespace > _EasyAEEngineParameters Interface : DefaultEventQueueSize Property
Default event queue size. The maximum size of the queue each client object uses to temporarily hold generated events before they are consumed by the application. Events that do not fit into the queue will be lost. You should set the size to a number that is sufficient to cope with the difference between the rate events are generated and the rate your application is able to consume them.
Syntax
'Declaration
 
Property DefaultEventQueueSize As Integer
'Usage
 
Dim instance As _EasyAEEngineParameters
Dim value As Integer
 
instance.DefaultEventQueueSize = value
 
value = instance.DefaultEventQueueSize
int DefaultEventQueueSize {get; set;}
property int DefaultEventQueueSize {
   int get();
   void set (    int value);
}
Remarks

This property is used by following client implementations:

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