QuickOPC User's Guide and Reference
MakeLinks Method (BindingBase)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveBinding Namespace > BindingBase Class : MakeLinks Method
The binder to be used.
true to make the links; false to break the links.
Makes or breaks the links of this binding.
Syntax
'Declaration
 
Protected Friend Overridable Sub MakeLinks( _
   ByVal binder As BinderBase, _
   ByVal make As Boolean _
) 
'Usage
 
Dim instance As BindingBase
Dim binder As BinderBase
Dim make As Boolean
 
instance.MakeLinks(binder, make)
protected internal virtual void MakeLinks( 
   BinderBase binder,
   bool make
)
protected internal:
virtual void MakeLinks( 
   BinderBase^ binder,
   bool make
) 

Parameters

binder
The binder to be used.
make
true to make the links; false to break the links.
Remarks
This encompasses both incoming and outgoing links.
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