Making a function that does not wait for execution

  • Thread starter Thread starter Ahmed
  • Start date Start date
A

Ahmed

I am not sure what to call what i want and so here i go :)
I execute a function that gets data on this webservice....this data is
not critical to the execution of the program but the program hangs
until it does get the information.
Is there anyway to execute this function without my program to await
the information?
 
Hi, Ahmed

run request from separate thread. It would not block your applications then.

HTH
Alex
 
Could you give me an example?
i understand what you mean i just do not know how to write the code for
it :)
 
Back
Top