DistributedSessionStore 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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) | |
Create(String, TimeSpan, TimeSpan, Func<Boolean>, Boolean) |
建立新的 或繼續 ISession 。 |