Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Construct a new instance of SaveSessionProcessor.

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

Syntax

C#
public SaveSessionProcessor(
	long lockId,
	bool newSession,
	bool initialized,
	long timeout,
	Binary binModel,
	IDictionary externalAttributes,
	IList obsoleteExternalAttributes
)

Parameters

lockId
Type: System..::..Int64
Lock identifier.
newSession
Type: System..::..Boolean
Flag specifying whether this is a new session.
initialized
Type: System..::..Boolean
Flag specifying whether this session is initialized.
timeout
Type: System..::..Int64
Session timeout.
binModel
Type: Tangosol.Util..::..Binary
Serialized session model.
externalAttributes
Type: System.Collections..::..IDictionary
External attributes.
obsoleteExternalAttributes
Type: System.Collections..::..IList
Obsolete external attributes.

See Also