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



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
[DefaultValue(false)]
public bool QueuedExecution {get; set;}
[DefaultValue(false)]
public:
property bool QueuedExecution {
   bool get();
   void set (    bool 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