The ISessionStorage type exposes the following members.

Methods

  NameDescription
Public methodClear
Clears the storage.
Public methodClose
Closes the storage.
Public methodFindOutboundMessage
Find the outgoing message that has been sent earlier.
Public methodSetSessionTerminationStatus
Sets the session termination flag.
Public methodStoreInboundMessage
Stores the incoming message.
Public methodStoreOutboundMessage
Stores the outgoing message.

Properties

  NameDescription
Public propertyId
Storage Id.
Public propertyInSeqNum
Sequence number of the last incoming message.
Public propertyOutSeqNum
Sequence number of the last outgoing message.

See Also