Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Releases the exlusive lock. If the exlusive lock has no more matching Close(millis) the exlusive lock is released. And Threas waiting to Enter(millis) or Close(millis) will continue executing. If the thread currently is also holding the non-exlusive lock, the Thread will imediatly 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: 3.7.1.23 (3.7.1.23)

Syntax

C#
public void Open()

Implements

Gate..::.Open()()()

See Also