ICustomProvider.Cleanup Method ()

 

Enables the provider to clean up any data in the cache cluster configuration store.

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

Syntax

void Cleanup()
void Cleanup()
abstract Cleanup : unit -> unit
Sub Cleanup

Remarks

This method is called when the cache cluster is removed with the Remove-CacheCluster Windows Powershell command.

See Also

ICustomProvider Interface
Microsoft.ApplicationServer.Caching Namespace

Return to top