IPartitionResolver.Initialize Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.