Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Initializes this session-state store provider by obtaining the INamedCache used to store serialized HTTP session state.

Namespace:  Tangosol.Web
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public override void Initialize(
	string name,
	NameValueCollection config
)

Parameters

name
Type: System..::.String
The friendly name of the provider.
config
Type: System.Collections.Specialized..::.NameValueCollection
A collection of name/value pairs containing the provider-specific attributes specified in the configuration for this provider.

See Also