Opc.Ua.Core
AddNotifier Method



Opc.Ua Namespace > NodeState Class : AddNotifier Method
The system context.
The type of reference (HasEventSource is used if null specified).
True for an inverse reference.
The target of the reference.
Adds a notifier relationship to the node.
Syntax
'Declaration
 
Public Overridable Sub AddNotifier( _
   ByVal context As ISystemContext, _
   ByVal referenceTypeId As NodeId, _
   ByVal isInverse As Boolean, _
   ByVal target As NodeState _
) 
 
'Usage
 
Dim instance As NodeState
Dim context As ISystemContext
Dim referenceTypeId As NodeId
Dim isInverse As Boolean
Dim target As NodeState
 
instance.AddNotifier(context, referenceTypeId, isInverse, target)

Parameters

context
The system context.
referenceTypeId
The type of reference (HasEventSource is used if null specified).
isInverse
True for an inverse reference.
target
The target of the reference.
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