Udostępnij za pośrednictwem


DistributedSessionStore(IDistributedCache, ILoggerFactory) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy DistributedSessionStore.

public:
 DistributedSessionStore(Microsoft::Extensions::Caching::Distributed::IDistributedCache ^ cache, Microsoft::Extensions::Logging::ILoggerFactory ^ loggerFactory);
public DistributedSessionStore (Microsoft.Extensions.Caching.Distributed.IDistributedCache cache, Microsoft.Extensions.Logging.ILoggerFactory loggerFactory);
new Microsoft.AspNetCore.Session.DistributedSessionStore : Microsoft.Extensions.Caching.Distributed.IDistributedCache * Microsoft.Extensions.Logging.ILoggerFactory -> Microsoft.AspNetCore.Session.DistributedSessionStore
Public Sub New (cache As IDistributedCache, loggerFactory As ILoggerFactory)

Parametry

cache
IDistributedCache

Element IDistributedCache używany do przechowywania danych sesji.

loggerFactory
ILoggerFactory

Element ILoggerFactory.

Dotyczy