Opc.Ua.Server.CustomNodeManager.LoadPredefinedNodes C# (CSharp) Method

LoadPredefinedNodes() protected method

Loads a node set from a file or resource and addes them to the set of predefined nodes.
protected LoadPredefinedNodes ( ISystemContext context ) : NodeStateCollection
context ISystemContext
return NodeStateCollection
        protected virtual NodeStateCollection LoadPredefinedNodes(ISystemContext context)
        {
            return new NodeStateCollection();
        }

Same methods

CustomNodeManager::LoadPredefinedNodes ( ISystemContext context, Assembly assembly, string resourcePath, IDictionary externalReferences ) : void
CustomNodeManager::LoadPredefinedNodes ( ISystemContext context, IDictionary externalReferences ) : void