9
Ist es möglich, auf die Rendite-Rendite DoSomethingAsync () zu warten?
Sind reguläre Iteratorblöcke (dh "Yield Return") nicht mit "async" und "await" kompatibel? Dies gibt eine gute Vorstellung davon, was ich versuche: 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 …