Click or drag to resize

CoherenceSessionStoreInitialize Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-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: 14.1.1.14 (14.1.1.14)
Syntax
C#
public override void Initialize(
	string name,
	NameValueCollection config
)

Parameters

name
Type: SystemString
The friendly name of the provider.
config
Type: System.Collections.SpecializedNameValueCollection
A collection of name/value pairs containing the provider-specific attributes specified in the configuration for this provider.
See Also