R
Richard
I am building an application that I would like to invoke a web service in
the background without interrupting the application from functioning
normally. I am putting the call to the web service in a seprate thread but
when the call is made to the web service, the thread with the web service
will not let anyother processes happen until it is done. Has anyone worked
around this?
the background without interrupting the application from functioning
normally. I am putting the call to the web service in a seprate thread but
when the call is made to the web service, the thread with the web service
will not let anyother processes happen until it is done. Has anyone worked
around this?