IPartitionResolver.Initialize Method

Definition

Initializes the custom partition resolver.

public:
 void Initialize();
public void Initialize ();
abstract member Initialize : unit -> unit
Public Sub Initialize ()

Remarks

Use the Initialize method to provide any initialization code that is needed for your custom partition resolution. The SessionStateModule creates the type implementing the IPartitionResolver interface, calls the Initialize method to initialize it (once per instance), and then indicates to the ASP.NET state service or SQL Server provider that partitioning is being used and passes a resolver instance to the provider.

Applies to

See also