QuickOPC User's Guide and Reference
QueuedExecution Property (AbstractMapper)



View with Navigation Tools
OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveMapping Namespace > AbstractMapper Class : QueuedExecution Property
Determines whether the operations will be executed outside the calling thread, in the order of arrival.
Syntax
'Declaration
 
<DefaultValueAttribute(False)>
Public Property QueuedExecution As Boolean
 
'Usage
 
Dim instance As AbstractMapper
Dim value As Boolean
 
instance.QueuedExecution = value
 
value = instance.QueuedExecution
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