Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Releases a lock on the session in a data store.

Namespace: Tangosol.Web
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
void ReleaseSession(
	SessionKey sessionId,
	long lockId
)

Parameters

sessionId
Type: Tangosol.Web..::..SessionKey
Session key for the current request.
lockId
Type: System..::..Int64
The lock identifier for the current request.

See Also