All ThreadPool threads are in the multithreaded apartment.
--As per the MSDN
What does that mean? I am really concerned with what the difference between the multi vs single threaded apartment model is. Or what does the apartment model mean? I have read the MSDN on it, and it doesn't really make sense to me. I think I may have an idea, but I was thinking someone on here could explain it in plain English.
Thanks, Anthony D
Update 1
Found this http://stackoverflow.com/questions/127188/could-you-explain-sta-and-mta
Can anyone be more descriptive?
Update 2
I am also looking for an answer about how this applies to the thread pool, and what I need to watch out for because of this.