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



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Widgets Namespace > NotifyingWidget Class : CallbackQueueIdleTimeToSleep Property
The idle time before the internal thread executing the queued callbacks is stopped.
Syntax
'Declaration
 
<DefaultValueAttribute(600000)>
Public Property CallbackQueueIdleTimeToSleep As Integer
'Usage
 
Dim instance As NotifyingWidget
Dim value As Integer
 
instance.CallbackQueueIdleTimeToSleep = value
 
value = instance.CallbackQueueIdleTimeToSleep
[DefaultValue(600000)]
public int CallbackQueueIdleTimeToSleep {get; set;}
[DefaultValue(600000)]
public:
property int CallbackQueueIdleTimeToSleep {
   int get();
   void set (    int value);
}
Remarks
The thread is automatically started when a new callback arrives.
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