SessionHolder Constructor (ISessionModel, Int64, Boolean, TimeSpan) |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Initializes a new instance of the SessionHolder.
Namespace:
Tangosol.Web
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic 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