'Declaration
Public Overloads Sub SubscribeNode( _ ByVal active As Boolean, _ ByVal node As Object, _ ByVal modellingTag As String _ )
'Usage
Dim instance As UAModelClient Dim active As Boolean Dim node As Object Dim modellingTag As String instance.SubscribeNode(active, node, modellingTag)
Parameters
- active
true
to subscribe;false
to unsubscribe.- node
- The node on which the operation will be performed.
- modellingTag
- The operation will be performed only on members tagged with this tag.