How to run to independent Task in parallel in a Async Method
I have two independent job to do.
1.View from DB.(Vew has a return type)
2.Update to DB.(Update doesn't have any
return type).
I want achieve it in a single async call.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Susanta RoutPosted Oct 24, 2019, 11:28 AM
Dinesh GabhanePosted Oct 22, 2019, 7:00 AM