Opc.Ua.Core
AddReferences Method



Opc.Ua Namespace > NodeState Class : AddReferences Method
The list of references to add.
Adds a list of references (ignores duplicates).
Syntax
'Declaration
 
Public Sub AddReferences( _
   ByVal references As IList(Of IReference) _
) 
'Usage
 
Dim instance As NodeState
Dim references As IList(Of IReference)
 
instance.AddReferences(references)
public void AddReferences( 
   IList<IReference> references
)
public:
void AddReferences( 
   IList<IReference^>^ references
) 

Parameters

references
The list of references to add.
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