Click or drag to resize

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()

Return Value

Type: Snapshot
A SnapShot instance containing all the keys and values currently in the Session object

Implements

ISessionGetSnapshot
See Also