예제 #1
0
        public async Task <string> Get()
        {
            await Service1.NotifyClientsAsync();

            await Service2.NotifyClientsAsync();

            await Service3.NotifyClientsAsync();

            return("pong");
        }