Quantcast
Channel: Async Task with No 'await'
Browsing latest articles
Browse All 2 View Live

Async Task with No 'await'

class C : A {publicoverride async Task Foo() { DoSomething4(); } } There is an abstract class that defines some abstract method and some of the child classes need to perform asyncrhonous operations...

View Article



Async Task with No 'await'

I have the following scenario: abstractclass A {publicabstract Task Foo(); }class B : A {publicoverride async Task Foo() { DoSomething1(); await DoSomething2Async(); DoSomething3(); } }class C : A...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images