QuickOPC User's Guide and Reference
UseAdvancedPolledRefresh Property (EasyDAAdaptableParameters)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.Engine Namespace > EasyDAAdaptableParameters Class : UseAdvancedPolledRefresh Property
Determines whether the advanced polled refresh approach will be used with OPC XML-DA.
Syntax
'Declaration
 
<DefaultValueAttribute(True)>
Public Property UseAdvancedPolledRefresh As Boolean
'Usage
 
Dim instance As EasyDAAdaptableParameters
Dim value As Boolean
 
instance.UseAdvancedPolledRefresh = value
 
value = instance.UseAdvancedPolledRefresh
[DefaultValue(true)]
public bool UseAdvancedPolledRefresh {get; set;}
[DefaultValue(true)]
public:
property bool UseAdvancedPolledRefresh {
   bool get();
   void set (    bool value);
}
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