Hi, I have to do 3 async operations parallely inside a Windows NT Service (using .Net2.0/C#). For that I am using Backgroundworker component.
- Is it a good option/approach?
- For continuous operation, I am calling RunWorkerAsync() again in RunWorkerCompleted event.
Please suggest me.