System > System Assembly Enumerations > RWMutexLockType
The RWMutexLockType enumeration contains types of locking, for which mutex is used.
It is used by the following properties and methods:
Value | Brief description |
0 | None. No locking. |
1 | Read. Read locking. |
2 | Write. Write locking. |
See also: