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



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.Engine.ComTypes Namespace > _DAClientMode Interface : AllowSynchronousMethod Property
When True, synchronous OPC reads and writes will be allowed.
Syntax
'Declaration
 
Property AllowSynchronousMethod As Boolean
'Usage
 
Dim instance As _DAClientMode
Dim value As Boolean
 
instance.AllowSynchronousMethod = value
 
value = instance.AllowSynchronousMethod
bool AllowSynchronousMethod {get; set;}
property bool AllowSynchronousMethod {
   bool get();
   void set (    bool value);
}
Remarks

This property is used by following client implementations:

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2012, Windows Server 2016; .NET Core, .NET 5, .NET 6: Linux, macOS, Microsoft Windows

See Also

Reference

_DAClientMode Interface
_DAClientMode Members