The ReaderWriterLock type exposes the following members.
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| ReaderWriterLock |
Constructor
|
Methods
| Name | Description | |
|---|---|---|
| AcquireReaderLock |
Acquires a reader lock
| |
| AcquireWriterLock |
Acquires the writer lock
| |
| (Inherited from | ||
Allows an (Inherited from | ||
Serves as a hash function for a particular type.
(Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| ReleaseReaderLock |
Decrements the lock count
| |
| ReleaseWriterLock |
Decrements the lock count on the writer lock
| |
| (Inherited from |
See Also