Oracle® Coherence .NET API Reference Release 3.6.1
E18812-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: 3.6.1.0 (3.6.1.0)

Syntax

C#
public virtual void 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