DataCacheSessionStoreProvider.Initialize Method (String, NameValueCollection)

 

Initializes the distributed cache provider.

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

Public Overrides Sub Initialize (
	name As String,
	config As NameValueCollection
)

Parameters

name
Type: System.String

The name of the application.

config
Type: System.Collections.Specialized.NameValueCollection

The configuration details specified in the application configuration file for cacheName and regionName.

For more information, see the documentation for the base class SessionStateStoreProviderBase.

Return to top
Show: