Executes the "Subscribe" operation on all mappings in this mapper.
Syntax
'Declaration
Public Overloads Sub Subscribe( _
ByVal As Boolean _
)
'Usage
Dim instance As DAClientMapper
Dim active As Boolean
instance.Subscribe(active)
public void Subscribe(
bool
)
public:
void Subscribe(
bool
)
Parameters
- active
true
to subscribe; false
to unsubscribe.
Exceptions
Exception | Description |
OpcLabs.BaseLib.Licensing.LicensingException | The component is not licensed for the operation requested. |
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