This topic has not yet been rated - Rate this topic

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)
type IPartialSessionState =  interface end

The IPartialSessionState type exposes the following members.

  NameDescription
Public propertyPartialSessionStateKeysGets a list of keys that are associated with session-state values.
Top

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 a null reference (Nothing in Visual Basic) value for the PartialSessionStateKeys property, a session-state provider should get all session-state values.

.NET Framework

Supported in: 4.5, 4

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.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.