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



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.Engine Namespace > DAClientMode Class : DesiredMethod Property
Determines whether synchronous or asynchronous OPC reads and writes will be preferred.
Syntax
'Declaration
 
<DataMemberAttribute()>
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Property DesiredMethod As DAReadWriteMethod
'Usage
 
Dim instance As DAClientMode
Dim value As DAReadWriteMethod
 
instance.DesiredMethod = value
 
value = instance.DesiredMethod
[DataMember()]
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public DAReadWriteMethod DesiredMethod {get; set;}
[DataMember()]
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public:
property DAReadWriteMethod DesiredMethod {
   DAReadWriteMethod get();
   void set (    DAReadWriteMethod 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