Unattended Response from Web API to .Net Client (WPF Application)

  • Thread starter Thread starter Sunilsharma
  • Start date Start date
S

Sunilsharma

Guest
Hi,

I am new to WPF Client + Web API.

I have to make call to my Web API to get data in my WPF mvvm application (client).

However from my client i have to make a series of async calls to API to get the data on a button click.

for eg:

async button_click()

{

async LoadABC();

async loadPQR();

...

..

}

Suppose i close the application in between those calls or it breaks what will happen to Responses from the API?

Can that cause my iis to stop responding for other users?

How can i handle this situation?

Thank You!!!


Best Regards, Sunil Sharma

Continue reading...
 
Back
Top