Click or drag to resize

BlockingTryEnter Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Overload List
  NameDescription
Public methodStatic memberTryEnter(Object, Int32)
Attempts, for the specified number of milliseconds, to acquire an exclusive lock on the specified object while still respecting the calling thread's ThreadTimeout
Public methodStatic memberTryEnter(Object, TimeSpan)
Attempts, for the specified amount of time, to acquire an exclusive lock on the specified object while still respecting the calling thread's ThreadTimeout
Public methodStatic memberTryEnter(Object, Int32, Boolean)
Attempts, for the specified amount of time, to acquire an exclusive lock on the specified object, while still respecting the calling thread's ThreadTimeout, and atomically sets a value that indicates whether the lock was taken.
Public methodStatic memberTryEnter(Object, TimeSpan, Boolean)
Attempts, for the specified number of milliseconds, to acquire an exclusive lock on the specified object, while still respecting the calling thread's ThreadTimeout, and atomically sets a value that indicates whether the lock was taken.
Top
See Also