Click or drag to resize

ThreadGateUpdateStatus Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Update the current thread gate status, without changing the active count.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
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