uaPLUS Reference
BuildAddressSpace Method
See Also  Send Feedback
Advosol.uaPLUS Namespace > BaseNodeManager Class : BuildAddressSpace Method

externalReferences
Out parameter that allows the node manager to link to nodes in other node managers.
For example, the 'Objects' node is managed by the CoreNodeManager and should have a reference to the root folder node(s) exposed by this node manager. The 'Objects' node reference has been added before the call of this method.

Glossary Item Box

Does any initialization required before the address space can be used.

Syntax

Visual Basic (Declaration) 
Protected MustOverride Sub BuildAddressSpace( _
   ByVal externalReferences As IDictionary(Of NodeId,IList(Of IReference)) _
) 
C# 
protected abstract void BuildAddressSpace( 
   IDictionary<NodeId,IList<IReference>> externalReferences
)

Parameters

externalReferences
Out parameter that allows the node manager to link to nodes in other node managers.
For example, the 'Objects' node is managed by the CoreNodeManager and should have a reference to the root folder node(s) exposed by this node manager. The 'Objects' node reference has been added before the call of this method.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.