Hello,
Can you please tell me if I should use the background worker in the
following way:
if (worker.IsBusy)
worker.CancelAs ync(); (or I can avoid this if)?
And in case I want to restart the background worker ,should I do it this
way?
worker.RunWorke rAsync();
Thank u !
*** Sent via Developersdex http://www.developersdex.com ***
Can you please tell me if I should use the background worker in the
following way:
if (worker.IsBusy)
worker.CancelAs ync(); (or I can avoid this if)?
And in case I want to restart the background worker ,should I do it this
way?
worker.RunWorke rAsync();
Thank u !
*** Sent via Developersdex http://www.developersdex.com ***
Comment