Opc.Ua.Core
NodeStateReferenceAdded Delegate



Opc.Ua Namespace : NodeStateReferenceAdded Delegate
Used to receive notifications when a reference get added to the node
Syntax
'Declaration
 
Public Delegate Sub NodeStateReferenceAdded( _
   ByVal node As NodeState, _
   ByVal referenceTypeId As NodeId, _
   ByVal isInverse As Boolean, _
   ByVal targetId As ExpandedNodeId _
) 
'Usage
 
Dim instance As New NodeStateReferenceAdded(AddressOf HandlerMethod)
public delegate void NodeStateReferenceAdded( 
   NodeState node,
   NodeId referenceTypeId,
   bool isInverse,
   ExpandedNodeId targetId
)
public delegate void NodeStateReferenceAdded( 
   NodeState^ node,
   NodeId^ referenceTypeId,
   bool isInverse,
   ExpandedNodeId^ targetId
)

Parameters

node
referenceTypeId
isInverse
targetId
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

NodeStateReferenceAdded Members
Opc.Ua Namespace