Opc.Ua.Server.CustomNodeManager2.CustomNodeManager2 C# (CSharp) Method

CustomNodeManager2() protected method

Initializes the node manager.
protected CustomNodeManager2 ( IServerInternal server ) : System
server IServerInternal
return System
        protected CustomNodeManager2(
            IServerInternal server,
            params string[] namespaceUris)
        :
            this(server, (ApplicationConfiguration)null, namespaceUris)
        {            
        }

Same methods

CustomNodeManager2::CustomNodeManager2 ( IServerInternal server, ApplicationConfiguration configuration ) : System
CustomNodeManager2