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

externalReferences

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public Overrides Sub CreateAddressSpace( _
   ByVal externalReferences As IDictionary(Of NodeId,IList(Of IReference)) _
) 
C# 
public override void CreateAddressSpace( 
   IDictionary<NodeId,IList<IReference>> externalReferences
)

Parameters

externalReferences

Remarks

The externalReferences is an 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.

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.