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



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.Engine.ComTypes Namespace > _EasyAEClientParameters Interface : ResponseQueueSize Property
The maximum number of responses in a global queue.
Syntax
'Declaration
 
Property ResponseQueueSize As Integer
'Usage
 
Dim instance As _EasyAEClientParameters
Dim value As Integer
 
instance.ResponseQueueSize = value
 
value = instance.ResponseQueueSize
int ResponseQueueSize {get; set;}
property int ResponseQueueSize {
   int get();
   void set (    int value);
}
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2012, Windows Server 2016; .NET Core, .NET 5, .NET 6: Linux, macOS, Microsoft Windows

See Also

Reference

_EasyAEClientParameters Interface
_EasyAEClientParameters Members