ISessionManager 介面

定義

用來跨會話儲存功能狀態。 實作者可以自由決定構成會話的內容。

public interface ISessionManager
type ISessionManager = interface
Public Interface ISessionManager

方法

GetAsync(String)

查詢會話管理員,以取得指定功能之會話的功能狀態。

SetAsync(String, Boolean)

設定要用於會話的功能狀態。

適用於