Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
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: 12.2.1.4014 (12.2.1.4014)

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