Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

The default node manager for the server.

Namespace: Opc.Ua.Server
Assembly: Opc.Ua.Server (in Opc.Ua.Server.dll) Version: 1.1.318.1 (1.01.318.1)

Syntax

C#
public class CoreNodeManager : INodeManager, 
	IDisposable
Visual Basic
Public Class CoreNodeManager _
	Implements INodeManager, IDisposable
Visual C++
public ref class CoreNodeManager : INodeManager, 
	IDisposable

Remarks

Every Server has one instance of this NodeManager. It stores objects that implement ILocalNode and indexes them by NodeId.

Inheritance Hierarchy

System..::..Object
  Opc.Ua.Server..::..CoreNodeManager

See Also