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

Initializes a new instance of the SessionHolder.

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

Syntax

C#
public SessionHolder(
	ISessionModel model,
	long lockId,
	bool initialized,
	TimeSpan timeout
)

Parameters

model
Type: Tangosol.Web..::.ISessionModel

[Missing <param name="model"/> documentation for "M:Tangosol.Web.SessionHolder.#ctor(Tangosol.Web.ISessionModel,System.Int64,System.Boolean,System.TimeSpan)"]

lockId
Type: System..::.Int64

[Missing <param name="lockId"/> documentation for "M:Tangosol.Web.SessionHolder.#ctor(Tangosol.Web.ISessionModel,System.Int64,System.Boolean,System.TimeSpan)"]

initialized
Type: System..::.Boolean

[Missing <param name="initialized"/> documentation for "M:Tangosol.Web.SessionHolder.#ctor(Tangosol.Web.ISessionModel,System.Int64,System.Boolean,System.TimeSpan)"]

timeout
Type: System..::.TimeSpan

[Missing <param name="timeout"/> documentation for "M:Tangosol.Web.SessionHolder.#ctor(Tangosol.Web.ISessionModel,System.Int64,System.Boolean,System.TimeSpan)"]

See Also