Opc.Ua.Server.CoreNodeManager.ImportNodes C# (CSharp) Method

ImportNodes() public method

Imports the nodes from a dictionary of NodeState objects.
public ImportNodes ( ISystemContext context, IEnumerable predefinedNodes ) : void
context ISystemContext
predefinedNodes IEnumerable
return void
        public void ImportNodes(ISystemContext context, IEnumerable<NodeState> predefinedNodes)
        {
            ImportNodes(context, predefinedNodes, false);
        }

Same methods

CoreNodeManager::ImportNodes ( ISystemContext context, IEnumerable predefinedNodes, bool isInternal ) : void