Opc.Ua.Server.StandardServer.CreateSessionManager C# (CSharp) 메소드

CreateSessionManager() 보호된 메소드

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