9
เป็นไปได้หรือไม่ที่จะ“ รอผลตอบแทน DoSomethingAsync ()”
บล็อกตัวทำซ้ำปกติ (เช่น "ผลตอบแทน") ไม่เข้ากันกับ "async" และ "await" หรือไม่ สิ่งนี้ให้ความคิดที่ดีว่าฉันพยายามจะทำอะไร: async Task<IEnumerable<Foo>> Method(String [] Strs) { // I want to compose the single result to the final result, so I use the SelectMany var finalResult = UrlStrings.SelectMany(link => //i have an Urlstring Collection await UrlString.DownLoadHtmlAsync() //download single result; DownLoadHtmlAsync method will …