SessionStateStoreProviderBase Constructor

Definition

Initializes a new instance of the SessionStateStoreProviderBase class.

protected:
 SessionStateStoreProviderBase();
protected SessionStateStoreProviderBase ();
Protected Sub New ()

Examples

For an example of a session-state store provider implementation, see Implementing a Session-State Store Provider.

Remarks

You are not required to implement a constructor for a class that inherits the SessionStateStoreProviderBase abstract class. Initialization values for a SessionStateStoreProviderBase implementation are passed to the Initialize method implementation.

Applies to

See also