Executes the "Subscribe" operation on all bindings in this binder.
Syntax
'Declaration
Public Overloads Sub Subscribe( _
ByVal As Boolean _
)
'Usage
Dim instance As PointBinderCore
Dim active As Boolean
instance.Subscribe(active)
public void Subscribe(
bool
)
public:
void Subscribe(
bool
)
Parameters
- active
true
to subscribe; false
to unsubscribe.
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