Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
Assembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
E22844-03
After entry into the ThreadGate is restricted by a call to
BarEntry() or Close(), it can be re-opened by calling this
method.
Namespace:
Tangosol.UtilAssembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
Syntax
Remarks
Only the thread that called BarEntry() or Close() can call
Open().
Exceptions
| Exception | Condition |
|---|---|
| If the gate is not closed or closing or if Open() is not called by the thread that called BarEntry() or Close(). |