
November 1st, 2004, 11:10 AM
|
|
Registered User
|
|
Join Date: Oct 2004
Posts: 4
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
need explanation of thread safety
I have found this same line in the .Net framework help files for several classes:
Thread Safety
Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.
I understand the concepts of multithreading, but I just don't understand the language used here. Could someone translated for me please?
|