Opc.Ua.Core
RemoveNotifier Method



Opc.Ua Namespace > NodeState Class : RemoveNotifier Method
The system context.
The target of the notifier relationship.
Whether the inverse relationship should be removed from the target.
Removes a notifier relationship from the node.
Syntax
'Declaration
 
Public Overridable Sub RemoveNotifier( _
   ByVal context As ISystemContext, _
   ByVal target As NodeState, _
   ByVal bidirectional As Boolean _
) 
'Usage
 
Dim instance As NodeState
Dim context As ISystemContext
Dim target As NodeState
Dim bidirectional As Boolean
 
instance.RemoveNotifier(context, target, bidirectional)
public virtual void RemoveNotifier( 
   ISystemContext context,
   NodeState target,
   bool bidirectional
)
public:
virtual void RemoveNotifier( 
   ISystemContext^ context,
   NodeState^ target,
   bool bidirectional
) 

Parameters

context
The system context.
target
The target of the notifier relationship.
bidirectional
Whether the inverse relationship should be removed from the target.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NodeState Class
NodeState Members