2
Answers

How to run to independent Task in parallel in a Async Method

Susanta Rout

Susanta Rout

5y
540
1
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.
Answers (2)