QuickOPC User's Guide and Reference
ExecuteRead Method (PointBindingGroup)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveBinding Namespace > PointBindingGroup Class : ExecuteRead Method
Executes the "Read" operation on all bindings in this binding group.
Syntax
'Declaration
 
Public Sub ExecuteRead() 
'Usage
 
Dim instance As PointBindingGroup
 
instance.ExecuteRead()
public void ExecuteRead()
public:
void ExecuteRead(); 
Remarks
The "Read" operation reads a value of a point and stores it into the binding source. Only bindings of type PointBinding that include PointBindingOperations.Read in their BindingOperations are affected; other bindings are ignored.
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