QuickOPC User's Guide and Reference
AllowSynchronousMethod Property (DAClientMode)



View with Navigation Tools
OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.Engine Namespace > DAClientMode Class : AllowSynchronousMethod Property
When True, synchronous OPC reads and writes will be allowed.
Syntax
'Declaration
 
<DataMemberAttribute()>
<DefaultValueAttribute(True)>
Public Property AllowSynchronousMethod As Boolean
 
'Usage
 
Dim instance As DAClientMode
Dim value As Boolean
 
instance.AllowSynchronousMethod = value
 
value = instance.AllowSynchronousMethod
Remarks

This property is used by following client implementations:

This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.

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