QuickOPC User's Guide and Reference
EnableRequestMerging Property (_DAOptimizerPluginParameters)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.Plugins.Optimizer.ComTypes Namespace > _DAOptimizerPluginParameters Interface : EnableRequestMerging Property
Determines whether request merging is enabled.
Syntax
'Declaration
 
Property EnableRequestMerging As Boolean
'Usage
 
Dim instance As _DAOptimizerPluginParameters
Dim value As Boolean
 
instance.EnableRequestMerging = value
 
value = instance.EnableRequestMerging
bool EnableRequestMerging {get; set;}
property bool EnableRequestMerging {
   bool get();
   void set (    bool value);
}
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