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



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.Engine Namespace > EasyDAClientParameters Class : LinkCallbackQueueSize Property
Size of the internal queue that holds callback data from the OPC server.
Syntax
'Declaration
 
<DataMemberAttribute()>
<DefaultValueAttribute(2000)>
Public Property LinkCallbackQueueSize As Integer
'Usage
 
Dim instance As EasyDAClientParameters
Dim value As Integer
 
instance.LinkCallbackQueueSize = value
 
value = instance.LinkCallbackQueueSize
[DataMember()]
[DefaultValue(2000)]
public int LinkCallbackQueueSize {get; set;}
[DataMember()]
[DefaultValue(2000)]
public:
property int LinkCallbackQueueSize {
   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