QuickOPC User's Guide and Reference
LinkCallbackQueueSize Property (_EasyAEClientParameters)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.Engine.ComTypes Namespace > _EasyAEClientParameters Interface : LinkCallbackQueueSize Property
Size of the internal queue that holds callback data from the OPC server.
Syntax
'Declaration
 
Property LinkCallbackQueueSize As Integer
'Usage
 
Dim instance As _EasyAEClientParameters
Dim value As Integer
 
instance.LinkCallbackQueueSize = value
 
value = instance.LinkCallbackQueueSize
int LinkCallbackQueueSize {get; set;}
property int LinkCallbackQueueSize {
   int get();
   void set (    int value);
}
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