Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-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: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
public virtual void Open()

Implements

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

Remarks

Only the thread that called BarEntry() or Close() can call Open().

Exceptions

ExceptionCondition
System..::..InvalidOperationException If the gate is not closed or closing or if Open() is not called by the thread that called BarEntry() or Close().

See Also