DistributedSessionStore Třída

Definice

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
Dědičnost
DistributedSessionStore
Implementuje

Konstruktory

DistributedSessionStore(IDistributedCache, ILoggerFactory)

Inicializuje novou instanci DistributedSessionStore.

Metody

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

Vytvořte nový nebo obnovte soubor ISession.

Platí pro