Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Releases a lock on the session in a data store.

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

Syntax

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

Implements

ISessionModelManager..::.ReleaseSession(SessionKey, Int64)

See Also