RWMutexLockType

Description

The RWMutexLockType enumeration contains types of locking, for which mutex is used.

It is used by the following properties and methods:

Available Values

Value Brief description
0 None. No locking.
1 Read. Read locking.
2 Write. Write locking.

See also:

System Assembly Enumerations