Oracle® Coherence .NET API Reference Release 3.7.1
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.Util
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

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