I'm new to Web APIs. I have a basic question.
If I don't add await in front of the SendAsync()
method in .NET, will it in that case be a synchronous call?
I'm new to Web APIs. I have a basic question.
If I don't add await in front of the SendAsync()
method in .NET, will it in that case be a synchronous call?