forwardISessionStorage Interface   Table of ContentId Property forward
ISessionStorage Properties

The ISessionStorage type exposes the following members.

Properties
  NameDescription
Public propertyId
Storage Id.
Public propertyInSeqNum
Sequence number of the last incoming message.
Public propertyOutSeqNum
Sequence number of the last outgoing message.
Public propertyResendingQueueSize
Number of sent messages that are available for resending on counterpart's Resend Request <2> message
Public propertySessionCreationTime
Time when the session attached to the storage was created.

This property should return UnknownSessionCreationTime unless it was explicitly modified by the Engine.

See the PluggableStorage sample included into the distributive for implementation sample.

Top
See Also