Edit

Share via


SessionStateStoreProviderBase.Dispose Method

Definition

Releases all resources used by the SessionStateStoreProviderBase implementation.

C#
public abstract void Dispose();

Examples

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

Remarks

The SessionStateStoreProviderBase.Dispose method is called when the SessionStateModule.Dispose method executes at the closing of the application domain. Classes that inherit the SessionStateStoreProviderBase class can use this method to free any resources no longer in use.

Applies to

Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also