| SessionGetSnapshot Method |
Takes a snapshop of all values and keys currently in the session object, and returns a SnapShop object
Namespace:
Dynamicweb.Environment.Web
Assembly:
Dynamicweb.Environment.Web (in Dynamicweb.Environment.Web.dll) Version: 3.2.1
Syntax public Snapshot GetSnapshot()
Public Function GetSnapshot As Snapshot
Return Value
Type:
SnapshotA SnapShot instance containing all the keys and values currently in the Session object
Implements
ISessionGetSnapshotSee Also