SessionStateStoreData コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
SessionStateStoreData クラスの新しいインスタンスを作成します。
public:
SessionStateStoreData(System::Web::SessionState::ISessionStateItemCollection ^ sessionItems, System::Web::HttpStaticObjectsCollection ^ staticObjects, int timeout);
public SessionStateStoreData (System.Web.SessionState.ISessionStateItemCollection sessionItems, System.Web.HttpStaticObjectsCollection staticObjects, int timeout);
new System.Web.SessionState.SessionStateStoreData : System.Web.SessionState.ISessionStateItemCollection * System.Web.HttpStaticObjectsCollection * int -> System.Web.SessionState.SessionStateStoreData
Public Sub New (sessionItems As ISessionStateItemCollection, staticObjects As HttpStaticObjectsCollection, timeout As Integer)
パラメーター
- sessionItems
- ISessionStateItemCollection
現在のセッションのセッション変数と値。
- staticObjects
- HttpStaticObjectsCollection
現在のセッションに関する HttpStaticObjectsCollection。
注釈
クラスは SessionStateStoreData 、 へのセッション ストアのセッション状態データを表すために使用されます SessionStateModule。 オブジェクトには SessionStateStoreData 、セッション状態の変数名と値、静的オブジェクト参照、および Timeout 現在のセッションの情報が含まれます。
クラスは SessionStateStoreData 、カスタム セッション状態ストアの ASP.NET および実装者が、 との間でセッション状態情報を渡すために使用されます SessionStateModule。
カスタム セッション ストアの実装者は、SessionStateStoreDataおよび メソッドのGetItemGetItemExclusive実装で オブジェクトをCreateNewStoreData構築します。
適用対象
こちらもご覧ください
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET