Show / Hide Table of Contents

Class CoherenceSessionExtensions

Extension methods for adding the Coherence based ASP.NET sessions support to an application.

Inheritance
object
CoherenceSessionExtensions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Tangosol.Web
Assembly: Coherence.SessionStore.dll
Syntax
public static class CoherenceSessionExtensions

Methods

UseCoherenceSession(IServiceCollection, IConfigurationSection)

Initializes Coherence ASP.NET session support.

Declaration
public static IServiceCollection UseCoherenceSession(this IServiceCollection services, IConfigurationSection configSection)
Parameters
Type Name Description
IServiceCollection services

The service collection container

IConfigurationSection configSection

The configuration section that contains the configuration

Returns
Type Description
IServiceCollection

UseCoherenceSession(IServiceCollection, Action<CoherenceSessionOptions>)

Initializes Coherence ASP.NET session support.

Declaration
public static IServiceCollection UseCoherenceSession(this IServiceCollection services, Action<CoherenceSessionOptions> configureOptions)
Parameters
Type Name Description
IServiceCollection services

The service collection container

Action<CoherenceSessionOptions> configureOptions

Action to configure Coherence Session Options

Returns
Type Description
IServiceCollection
In this article
Back to top Copyright © 2000, 2024, Oracle and/or its affiliates.