Exemplo n.º 1
0
        static void RunLocalRequestResponseMsmqLoadTest()
        {
            Console.WriteLine("Starting MSMQ Local Request Response Load Test");
            var stopWatch = new StopWatch();

            using (var test = new LocalMsmqRequestResponseLoadTest())
            {
                test.Run(stopWatch);
            }

            Console.WriteLine("Local MSMQ Request Response Load Test: ");
            Console.WriteLine(stopWatch.ToString());
            Console.WriteLine();
        }
Exemplo n.º 2
0
        static void RunLocalRequestResponseMsmqLoadTest()
        {
            Console.WriteLine("Starting MSMQ Local Request Response Load Test");
            var stopWatch = new StopWatch();

            using (var test = new LocalMsmqRequestResponseLoadTest())
            {
                test.Run(stopWatch);
            }

            Console.WriteLine("Local MSMQ Request Response Load Test: ");
            Console.WriteLine(stopWatch.ToString());
            Console.WriteLine();
        }