Exemplo n.º 1
0
        private static async Task ClientStreamingCallExample(ICounterService client)
        {
            var count = await client.AccumulateCountAsync(GetAccumulateCountAmounts());

            Console.WriteLine($"Count: {count}");
        }