Click or drag to resize

AbstractSessionModelManagerSaveSessionProcessor Constructor

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

Namespace:  Tangosol.Web.Model
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public SaveSessionProcessor(
	long lockId,
	bool newSession,
	bool initialized,
	long timeout,
	Binary binModel,
	IDictionary externalAttributes,
	IList obsoleteExternalAttributes
)

Parameters

lockId
Type: SystemInt64
Lock identifier.
newSession
Type: SystemBoolean
Flag specifying whether this is a new session.
initialized
Type: SystemBoolean
Flag specifying whether this session is initialized.
timeout
Type: SystemInt64
Session timeout.
binModel
Type: Tangosol.UtilBinary
Serialized session model.
externalAttributes
Type: System.CollectionsIDictionary
External attributes.
obsoleteExternalAttributes
Type: System.CollectionsIList
Obsolete external attributes.
See Also