IPartitionResolver::ResolvePartition Method (Object^)

 

Resolves the partition based on a key parameter.

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

String^ ResolvePartition(
	Object^ key
)

Parameters

key
Type: System::Object^

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

Return Value

Type: System::String^

A string with connection information.

The key parameter of the ResolvePartition method is the SessionID property. The SessionID property uniquely identifies a browser with session data on the server.

.NET Framework
Available since 2.0
Return to top
Show: