Пример #1
0
        private static async Task DoWork(ServiceReference1.HelloClient client)
        {
            await client.SlowAsync(5);

            Console.WriteLine("First call ready");
            client.Slow(4);

            Console.WriteLine("Second call ready");
        }