Class CoherenceSessionExtensions
Extension methods for adding the Coherence based ASP.NET sessions support to an application.
Inherited Members
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 |