SessionStateStoreProviderBase コンストラクター

定義

SessionStateStoreProviderBase クラスの新しいインスタンスを初期化します。

protected:
 SessionStateStoreProviderBase();
protected SessionStateStoreProviderBase();
Protected Sub New ()

セッション状態ストア プロバイダーの実装の例については、「 Session-State ストア プロバイダーの実装」を参照してください。

注釈

SessionStateStoreProviderBase抽象クラスを継承するクラスのコンストラクターを実装する必要はありません。 SessionStateStoreProviderBase実装の初期化値は、Initialize メソッドの実装に渡されます。

適用対象

こちらもご覧ください