Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

Construct a new instance of MonolithicSetAndRelease.

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

Syntax

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

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.

See Also