OPC Studio User's Guide and Reference
CallbackQueueIdleTimeToSleep Property (_NotifyingWidget)



View with Navigation Tools
OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Widgets.ComTypes Namespace > _NotifyingWidget Interface : CallbackQueueIdleTimeToSleep Property
The idle time before the internal thread executing the queued callbacks is stopped.
Syntax
'Declaration
 
Property CallbackQueueIdleTimeToSleep As Integer
 
'Usage
 
Dim instance As _NotifyingWidget
Dim value As Integer
 
instance.CallbackQueueIdleTimeToSleep = value
 
value = instance.CallbackQueueIdleTimeToSleep
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