IPartitionResolver Interface
Defines methods that must be implemented for custom session-state partition resolution.
Assembly: System.Web (in System.Web.dll)
The IPartitionResolver type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Initialize | Initializes the custom partition resolver. |
![]() | ResolvePartition | Resolves the partition based on a key parameter. |
Implement the IPartitionResolver interface and the Initialize and ResolvePartition methods, if you are providing custom partition resolution for session-state data across multiple backend nodes when in SQL or state-server mode.
The session-state management information can be configured in the sessionState Element (ASP.NET Settings Schema) of the configuration file with the partitionResolverType attribute. If a value is specified for the partitionResolverType attribute, the sqlConnectionString and stateConnectionString attributes are ignored.
The partition resolution configuration can also be set programmatically using the PartitionResolverType property. If the PartitionResolverType property is specified, the SqlConnectionString and StateConnectionString properties are ignored.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
