QuickOPC User's Guide and Reference
Unbind Method (BinderBase)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveBinding Namespace > BinderBase Class : Unbind Method
The binding to be unbound.The binding to be unbound.
Unbinds a given binding. Unbinds a given binding.
Syntax
'Declaration
 
Public Overrides Sub Unbind( _
   ByVal binding As IAbstractBinding _
) 
'Usage
 
Dim instance As BinderBase
Dim binding As IAbstractBinding
 
instance.Unbind(binding)
public override void Unbind( 
   IAbstractBinding binding
)
public:
void Unbind( 
   IAbstractBinding^ binding
) override 

Parameters

binding
The binding to be unbound.The binding to be unbound.
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