Click or drag to resize

BlockingLockTryLock Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Overload List
  NameDescription
Public methodStatic memberTryLock(Object, Int32)
Construct a new BlockingLock for the specified lockObject and wait for the lockObject to be locked while still respecting the calling thread's ThreadTimeout.
Public methodStatic memberTryLock(Object, TimeSpan)
Construct a new BlockingLock for the specified lockObject and wait for the lockObject to be locked while still respecting the calling thread's ThreadTimeout.
Top
See Also