1
Answer

sync task before return type

Photo of Satish

Satish

5y
546
1
HI
 
can you please explain the difference between
 
public async Task<IHttpActionResult> SetPassword(object model)
 
public IHttpActionResult SetPassword(object model)
 
Why we need to use
async infornt of return type.

Answers (1)