Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02

The ISessionModel type exposes the following members.

Methods

  NameDescription
Public methodClear
Removes all values and keys from the session-state collection.
(Inherited from ISessionStateItemCollection.)
Public methodCopyTo
Copies the elements of the ICollection to an Array, starting at a particular Array index.
(Inherited from ICollection.)
Public methodGetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable.)
Public methodReadExternal
Deserialize model using specified reader.
Public methodRemove
Deletes an item from the collection.
(Inherited from ISessionStateItemCollection.)
Public methodRemoveAt
Deletes an item at a specified index from the collection.
(Inherited from ISessionStateItemCollection.)
Public methodWriteExternal
Serialize model using specified writer.

Properties

  NameDescription
Public propertyCount
Gets the number of elements contained in the ICollection.
(Inherited from ICollection.)
Public propertyDirty
Gets or sets a value indicating whether the collection has been marked as changed.
(Inherited from ISessionStateItemCollection.)
Public propertyIsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
(Inherited from ICollection.)
Public propertyItem[([( String])])
Gets or sets a value in the collection by name.
(Inherited from ISessionStateItemCollection.)
Public propertyItem[([( Int32])])
Gets or sets a value in the collection by numerical index.
(Inherited from ISessionStateItemCollection.)
Public propertyKeys
Gets a collection of the variable names for all values stored in the collection.
(Inherited from ISessionStateItemCollection.)
Public propertySessionId
Gets or sets session key.
Public propertySyncRoot
Gets an object that can be used to synchronize access to the ICollection.
(Inherited from ICollection.)

See Also