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

CreateRequestManager() protected method

Creates the request manager for the server.
protected CreateRequestManager ( IServerInternal server, ApplicationConfiguration configuration ) : RequestManager
server IServerInternal The server.
configuration ApplicationConfiguration The configuration.
return RequestManager
        protected virtual RequestManager CreateRequestManager(IServerInternal server, ApplicationConfiguration configuration)
        {
            return new RequestManager(server);
        }