Susanta Rout

Susanta Rout

  • 740
  • 1.1k
  • 119.7k

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

Oct 18 2019 10:37 PM
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)