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

Get session holder from the cache.

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

Syntax

C#
protected virtual SessionHolder GetSessionHolder(
	SessionKey key,
	bool exclusive
)

Parameters

key
Type: Tangosol.Web..::.SessionKey
Session key.
exclusive
Type: System..::.Boolean
Flag specifying whether to obtain exclusive access to the specified session.

Return Value

[Missing <returns> documentation for "M:Tangosol.Web.Model.AbstractSessionModelManager.GetSessionHolder(Tangosol.Web.SessionKey,System.Boolean)"]

See Also