QuickOPC User's Guide and Reference
CallbackQueueCapacity Property (NotifyingWidget)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Widgets Namespace > NotifyingWidget Class : CallbackQueueCapacity Property
Capacity of the callback queue.
Syntax
'Declaration
 
<DefaultValueAttribute(100000)>
Public Property CallbackQueueCapacity As Integer
'Usage
 
Dim instance As NotifyingWidget
Dim value As Integer
 
instance.CallbackQueueCapacity = value
 
value = instance.CallbackQueueCapacity
[DefaultValue(100000)]
public int CallbackQueueCapacity {get; set;}
[DefaultValue(100000)]
public:
property int CallbackQueueCapacity {
   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