logo

Crowdly

Please, write other way how we can get a result from async method:         publi...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Please, write other way how we can get a result from async method:

        public async static Task test()

        {

            //option1:  

            // string name = SomeAsyncMethod().Result;
            //option2:

            string name = ;
            Console.WriteLine(value);

        }
More questions like this

Want instant access to all verified answers on softserve.academy?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!