Oracle® Coherence .NET API Reference Release 3.6
E15727-01

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.6.0.0 (3.6.0.0)

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