Gopher2011
Well-known member
I'm struggling to understand why I need EnterWriteLock.
Does anyone have any one line replies
Does anyone have any one line replies
Help topics for each class member has further explainations, for example the short description for EnterWriteLock is:Represents a lock that is used to manage access to a resource, allowing multiple threads for reading or exclusive access for writing.
The help topic for that method also has more explanations in the Remarks section.Tries to enter the lock in write mode.