DataCacheStoreProvider.Dispose Method (Boolean)

 

Used to dispose the DataCacheStoreProvider class.

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)

Syntax

protected abstract void Dispose(
    bool disposing
)
protected:
virtual void Dispose(
    bool disposing
) abstract
abstract Dispose : 
        disposing:bool -> unit
Protected MustOverride Sub Dispose (
    disposing As Boolean
)

Parameters

Remarks

Applies only to Microsoft AppFabric 1.1 for Windows Server.

See Also

Dispose Overload
DataCacheStoreProvider Class
Microsoft.ApplicationServer.Caching Namespace

Return to top