DistributedSessionStore Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
ISessionStore adossé à un 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
- Héritage
-
DistributedSessionStore
- Implémente
Constructeurs
DistributedSessionStore(IDistributedCache, ILoggerFactory) |
Initialise une nouvelle instance de DistributedSessionStore. |
Méthodes
Create(String, TimeSpan, Func<Boolean>, Boolean) |
ISessionStore adossé à un IDistributedCache. |
Create(String, TimeSpan, TimeSpan, Func<Boolean>, Boolean) |
Créez un nouveau ou reprenez un ISession. |