Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
This is a topic that we cover in depth in the training class. There is a lot of detail that surrounds threading, events, and delegates. As for your question, you basically understand it. You would have to create a unique background worker thread for each threaded method that you wanted to call. Using the ThreadManager, you can fire off as many threads as you need through a single control while managing the events associated with the ThreadManager in a thread-safe manner.
|