Click or drag to resize

SessionHolder Constructor (ISessionModel, Int64, Boolean, TimeSpan)

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Initializes a new instance of the SessionHolder.

Namespace:  Tangosol.Web
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public SessionHolder(
	ISessionModel model,
	long lockId,
	bool initialized,
	TimeSpan timeout
)

Parameters

model
Type: Tangosol.WebISessionModel
The session model.
lockId
Type: SystemInt64
The lock ID.
initialized
Type: SystemBoolean
A flag to indicated whether the session is initialized.
timeout
Type: SystemTimeSpan
The session timeout value.
See Also