QuickOPC User's Guide and Reference
Bind Method (PointBinder)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveBinding Namespace > PointBinder Class : Bind Method
The binding to be bound.The binding to be bound.
Binds a given binding. Binds a given binding.
Syntax
'Declaration
 
Public Overrides NotOverridable Sub Bind( _
   ByVal binding As IAbstractBinding _
) 
'Usage
 
Dim instance As PointBinder
Dim binding As IAbstractBinding
 
instance.Bind(binding)
public override void Bind( 
   IAbstractBinding binding
)
public:
void Bind( 
   IAbstractBinding^ binding
) override 

Parameters

binding
The binding to be bound.The binding to be bound.
Exceptions
ExceptionDescription
An error during live binding has occurred.
An error during live binding has occurred.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2012 R2, Windows Server 2016; .NET: Linux, macOS, Microsoft Windows

See Also