Can you describe what you mean? Are you working completely UI-less, or
are you just trying to add some separation?
Actually, background-worker really uses the SynchronizationContext to
talk between threads, so it doesn't strictly depend on a UI; but
working with such isn't trivial.
If you are working without a UI (a service etc), I'd be tempted to
keep it simple; use standard threads with things like events,
ManualResetEvent, etc. Unfortunately it is hard to give a full answer
without more info on what you want to achieve.
Marc
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.