DataCacheSessionStoreProvider.Dispose Method
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Releases all resources used by the DataCacheSessionStoreProvider class.
Namespace: Microsoft.Data.Caching
Assembly: ClientLibrary (in clientlibrary.dll)
Syntax
'Declaration
Public Overrides Sub Dispose
'Usage
Dim instance As DataCacheSessionStoreProvider
instance.Dispose
public override void Dispose ()
public:
virtual void Dispose () override
public void Dispose ()
public override function Dispose ()
Remarks
For more information, see the documentation for the base class SessionStateStoreProviderBase.
See Also
Reference
DataCacheSessionStoreProvider Class
DataCacheSessionStoreProvider Members
Microsoft.Data.Caching Namespace