ThreadGateSlimOpen Method |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Releases the exclusive lock. If the exclusive lock has
no more matching Close(millis) the exclusive lock is released.
Any Threads waiting to Enter(millis) or Close(millis) will
continue executing.
If the thread currently is also holding the non-exclusive
lock, the thread will immediately Enter the lock. The thread
will have to match all calls to Enter(millis) with the
corresponding count of Exit().
Namespace:
Tangosol.Util
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
See Also