ICustomProvider.Initialize Method ()

 

Enables the custom provider to initialize the cache cluster configuration store.

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

Syntax

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

Remarks

This method is called when the cache cluster is created with the New-CacheCluster Windows PowerShell command.

See Also

ICustomProvider Interface
Microsoft.ApplicationServer.Caching Namespace

Return to top