forwardSessionCreationTime Property    Table of ContentClear Method forward
ISessionStorage Methods

The ISessionStorage type exposes the following members.

Methods
  NameDescription
Public methodClear
Clears the storage.
Public methodClose
Closes the storage.
Public methodFindOutboundFlatMessage
Find the outgoing flat message that has been sent earlier.
Public methodFindOutboundMessage
Find the outgoing message that has been sent earlier.
Public methodFlush
Flushes all internal buffers
Public methodSetSessionTerminationStatus
Sets the session termination flag.
Public methodStoreInboundMessage(FlatMessage, Boolean)
Stores the incoming message.
Public methodStoreInboundMessage(Message, Boolean)
Stores the incoming message.
Public methodStoreOutboundMessage(Message, Boolean)
Stores the outgoing message.
Public methodStoreOutboundMessage(FlatMessage, Int32, Boolean)
Stores the outgoing message.
Public methodWarmup
Warmup the storage.
Top
See Also