System.Web.IPartitionResolver.ResolvePartition Method

Resolves the partition based on a key parameter.

Syntax

public string ResolvePartition (object key)

Parameters

key
An identifier used to determine which partition to use for the current session state.

Returns

A string with connection information.

Remarks

The key parameter of the IPartitionResolver.ResolvePartition(object) method is the System.Web.SessionState.HttpSessionState.SessionID property. The System.Web.SessionState.HttpSessionState.SessionID property uniquely identifies a browser with session data on the server.

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0