1
Answer

sync task before return type

Satish

Satish

5y
490
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)