IPartialSessionState Interface
When implemented in a type, returns a list of zero or more session keys that indicate to a session-state provider which session-state items have to be retrieved.
Namespace: System.Web.SessionState
Assembly: System.Web (in System.Web.dll)
The IPartialSessionState type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | PartialSessionStateKeys | Gets a list of keys that are associated with session-state values. |
When a type that implements this interface returns a non-null generic list of strings in the PartialSessionStateKeys property, the list indicates to a session-state provider that the provider should retrieve only the session-state values that are specified in the list. If the type returns a null value for the PartialSessionStateKeys property, a session-state provider should get all session-state values.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
