Click or drag to resize

BlockingTryEnterReadLock Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Overload List
  NameDescription
Public methodStatic memberTryEnterReadLock(ReaderWriterLockSlim, Int32)
Tries to enter the lock in read mode, with an optional time-out while still respecting the calling thread's ThreadTimeout.
Public methodStatic memberTryEnterReadLock(ReaderWriterLockSlim, TimeSpan)
Tries to enter the lock in read mode, with an optional time-out while still respecting the calling thread's ThreadTimeout.
Top
See Also