synchronization - .NET 3.5: What is the "ValidatorCollection.IsSynchronized" Property "synchronized" to? -
I understand that in .NET 3.5
validation archives. Synchronized property
A boolean is telling me whether it is synchronized or not. However, it is difficult to understand that what is synchronizing with it or with it?
The MSDN Manual simply says:
becomes a value that indicates that the validation store archive is synchronized.
that does not help much ...
MSDN comment Also says:
If the archive is synchronized, this thread is protected.
Comments
Post a Comment