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

Releases the non-exlusive lock. If the non-exlusive lock has no more matching Enter(millis) from any Thread the exlusive lock is released so that Threas wanting to Close the Gate can proceed.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
void Exit()

See Also