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

Construct a new instance of SaveSessionProcessor.

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

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