Click or drag to resize

ThreadGateOpen Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
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.14 (14.1.1.14)
Syntax
Exceptions
ExceptionCondition
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