.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
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.Util
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic virtual void Open()
Implements
GateOpen
ExceptionsException | Condition |
---|
InvalidOperationException |
If the gate is not closed or closing or if Open() is not called
by the thread that called BarEntry() or Close().
|
Remarks
Only the thread that called BarEntry() or Close() can call
Open().
See Also