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

Load session from the cache.

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

Syntax

C#
SessionHolder LoadSession(
	SessionKey sessionId,
	bool exclusive
)

Parameters

sessionId
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.ISessionModelManager.LoadSession(Tangosol.Web.SessionKey,System.Boolean)"]

See Also