AsyncReaderWriterLockTryEnterWriteLockAsync Method

Overload List

TryEnterWriteLockAsync(Int32) Attempts to enter the lock with exclusive access where no other readers or writers can execute concurrently with the writer.
TryEnterWriteLockAsync(TimeSpan) Attempts to enter the lock with exclusive access where no other readers or writers can execute concurrently with the writer.

See Also