示例#1
0
        public Task Initialize(IHostList hostList)
        {
            _hostList = hostList;

            _queue.CreateIfIsNotExist(_queuePath);

            var server = new HttpSelfHostServer(_selfHostConfiguration, this);

            return(server.OpenAsync());
        }