DistributedSessionStore クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ISessionStoreによってサポートされる 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
- 継承
-
DistributedSessionStore
- 実装
コンストラクター
DistributedSessionStore(IDistributedCache, ILoggerFactory) |
DistributedSessionStore の新しいインスタンスを初期化します。 |
メソッド
Create(String, TimeSpan, Func<Boolean>, Boolean) |
ISessionStoreによってサポートされる IDistributedCache。 |
Create(String, TimeSpan, TimeSpan, Func<Boolean>, Boolean) |
新しい を作成するか、 を再開します ISession。 |