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



OpcLabs.EasyOpcClassic 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
[DataMember()]
[DefaultValue(true)]
public bool AllowSynchronousMethod {get; set;}
[DataMember()]
[DefaultValue(true)]
public:
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 Class
DAClientMode Members