AsyncReaderWriterLock
Represents asynchronous version of ReaderWriterLockSlim.
Gets the total number of unique readers.
Gets a value that indicates whether the read lock taken.
Gets a value that indicates whether the current upgradeable read lock taken.
Gets a value that indicates whether the write lock taken.
public AsyncReaderWriterLock()
Enters the lock in read mode asynchronously.
Enters the lock in read mode asynchronously.
Enters the lock in upgradeable mode asynchronously.
Enters the lock in upgradeable mode asynchronously.
Enters the lock in write mode asynchronously.
Enters the lock in write mode asynchronously.
Exits read mode.
Exits upgradeable mode.
Exits write mode.
Tries to enter the lock in read mode asynchronously, with an optional time-out.
Tries to enter the lock in read mode asynchronously, with an optional time-out.
Tries to enter the lock in upgradeable mode asynchronously, with an optional time-out.
Tries to enter the lock in upgradeable mode asynchronously, with an optional time-out.
Tries to enter the lock in write mode asynchronously, with an optional time-out.
Tries to enter the lock in write mode asynchronously, with an optional time-out.