Compartir a través de


DistributedSessionStore Clase

Definición

Un ISessionStore respaldado por un objeto IDistributedCache.

public ref class DistributedSessionStore : Microsoft::AspNetCore::Session::ISessionStore
public class DistributedSessionStore : Microsoft.AspNetCore.Session.ISessionStore
type DistributedSessionStore = class
    interface ISessionStore
Public Class DistributedSessionStore
Implements ISessionStore
Herencia
DistributedSessionStore
Implementaciones

Constructores

DistributedSessionStore(IDistributedCache, ILoggerFactory)

Inicializa una nueva instancia de la clase DistributedSessionStore.

Métodos

Create(String, TimeSpan, Func<Boolean>, Boolean)

Un ISessionStore respaldado por un objeto IDistributedCache.

Create(String, TimeSpan, TimeSpan, Func<Boolean>, Boolean)

Cree un objeto o reanude un ISession.

Se aplica a