Click or drag to resize

MonolithicSessionModel Properties

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01

The MonolithicSessionModel type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of key/value pairs contained in the NameObjectCollectionBase instance.
(Inherited from NameObjectCollectionBase.)
Public propertyDirty
Gets or sets a value indicating whether the collection has been marked as changed.
(Inherited from AbstractSessionModel.)
Protected propertyIsReadOnly
Gets or sets a value indicating whether the NameObjectCollectionBase instance is read-only.
(Inherited from NameObjectCollectionBase.)
Public propertyKeys (Inherited from NameObjectCollectionBase.)
Public propertyModelManager
Get the manager for this model.
(Inherited from AbstractSessionModel.)
Public propertySerializer
Get item serializer.
(Inherited from AbstractSessionModel.)
Public propertySessionId
Gets or sets session key.
(Inherited from AbstractSessionModel.)
Top
See Also