Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Releases all resources used by the SessionStateStoreProviderBase implementation.

Namespace:  SharedCache.WinServiceCommon.Provider.Session
Assembly:  SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)

Syntax

C#
public override void Dispose()
Visual Basic (Declaration)
Public Overrides Sub Dispose
Visual C++
public:
virtual void Dispose() override

Remarks

[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.Provider.Session.IndexusProviderBase.Dispose"]

See Also