Esempio n. 1
0
        public RequestQueueTests()
        {
            _threading = new TestTheadingServices();
            _options   = new ThrottlingOptions
            {
                ThreadingServices = _threading
            };

            CreateRequestQueue();

            _app = env => Task.FromResult(0);
        }
Esempio n. 2
0
        public RequestQueueTests()
        {
            _threading = new TestTheadingServices();
            _options = new ThrottlingOptions
            {
                ThreadingServices = _threading
            };

            CreateRequestQueue();

            _app = env => Task.FromResult(0);
        }