'DeclarationPublic Overloads Sub SubscribeNode( _ ByVal active As Boolean, _ ByVal node As Object, _ ByVal modellingTagsPredicate As Predicate(Of IEnumerable(Of String)) _ )
'UsageDim instance As UAModelClient Dim active As Boolean Dim node As Object Dim modellingTagsPredicate As Predicate(Of IEnumerable(Of String)) instance.SubscribeNode(active, node, modellingTagsPredicate)
public void SubscribeNode( bool active, object node, Predicate<IEnumerable<string>> modellingTagsPredicate )
public: void SubscribeNode( bool active, Object^ node, Predicate<IEnumerable<String^>^>^ modellingTagsPredicate )
Parameters
- active
 trueto subscribe;falseto unsubscribe.- node
 - The node on which the operation will be performed.
 - modellingTagsPredicate
 - The operation will be performed only on members whose tags satisfy this predicate.