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

Implementation of a ISessionModel that deserializes individual items on demand.

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

Syntax

C#
public class TraditionalSessionModel : AbstractSessionModel, 
	ISessionStateItemCollection, ICollection, IEnumerable

Inheritance Hierarchy

System..::.Object
  System.Collections.Specialized..::.NameObjectCollectionBase
    Tangosol.Web.Model..::.AbstractSessionModel
      Tangosol.Web.Model..::.TraditionalSessionModel
        Tangosol.Web.Model..::.SplitSessionModel

See Also