Hello cj,
> Sorry but to me these two situations sound the same. I don't
> understand what the difference is. To use a class I have to create an
> instance of it, right? Then I have multiple threads that will want to
> call methods in that instance of the class. Not thread safe? Or
> thread safe?
That case is not thread safe. The case that is thread safe are when you
call the "shared" methods. These are not associated with an instance and
the documentation indicates they are safe for multi-threaded access.
--
Jared Parsons [MSFT]
(E-Mail Removed)
All opinions are my own. All content is provided "AS IS" with no warranties,
and confers no rights.