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



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveBinding Namespace > BindingBase Class : AfterAttach Method
Called after this binding has been attached to the binder.
Syntax
'Declaration
 
Protected Overridable Sub AfterAttach() 
'Usage
 
Dim instance As BindingBase
 
instance.AfterAttach()
protected virtual void AfterAttach()
protected:
virtual void AfterAttach(); 
Exceptions
ExceptionDescription
An error during live binding has occurred.
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