Opc.Ua.Server.StandardServer.CreateSessionManager C# (CSharp) Method

CreateSessionManager() protected method

Creates the session manager for the server.
protected CreateSessionManager ( IServerInternal server, ApplicationConfiguration configuration ) : SessionManager
server IServerInternal The server.
configuration ApplicationConfiguration The configuration.
return SessionManager
        protected virtual SessionManager CreateSessionManager(IServerInternal server, ApplicationConfiguration configuration)
        {
            return new SessionManager(server, configuration);
        }