ISessionStorage Interface | Table of Content | Id Property |
ISessionStorage Properties |
The ISessionStorage type exposes the following members.
Name | Description | |
---|---|---|
Id |
Storage Id.
| |
InSeqNum |
Sequence number of the last incoming message.
| |
OutSeqNum |
Sequence number of the last outgoing message.
| |
ResendingQueueSize |
Number of sent messages that are available for resending on counterpart's Resend Request <2> message
| |
SessionCreationTime |
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. |