Click or drag to resize

ThreadGateUpdateStatus Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Update the current thread gate status, without changing the active count.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
protected virtual ThreadGateState UpdateStatus(
	ThreadGateState status
)

Parameters

status
Type: Tangosol.UtilThreadGateState
The new status.

Return Value

Type: ThreadGateState
The old status.
Remarks
The caller must hold synchronization on the ThreadGate.
See Also