'Declaration Public Enum SnoozePersistenceType Inherits System.Enum
public enum SnoozePersistenceType : System.Enum
Member | Description |
---|---|
ControlState | Snooze information shall be stored in the Control's state. |
Cookie | Snooze information shall be stored in HTTP cookies. |
The choice of a snooze persistence type may have an effect on the reliability of reminder notifications. For instance, a persistence type managed through HTTP cookies will not function for end users whose browsers routinely do not accept cookies. Cookies are further distinguished by ASP.NET session, which is subject to an expiration timeout that may (and often is) shorter than the snooze time period.
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2