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



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.ComTypes Namespace > _EasyDAClient 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 _EasyDAClient
Dim value As Integer
 
instance.CallbackQueueIdleTimeToSleep = value
 
value = instance.CallbackQueueIdleTimeToSleep
int CallbackQueueIdleTimeToSleep {get; set;}
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