Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Assembly: SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Adds a new session-state item to the data store.
Namespace:
SharedCache.WinServiceCommon.Provider.SessionAssembly: SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Syntax
| C# |
|---|
public override void CreateUninitializedItem( HttpContext context, string id, int timeout ) |
| Visual Basic (Declaration) |
|---|
Public Overrides Sub CreateUninitializedItem ( _ context As HttpContext, _ id As String, _ timeout As Integer _ ) |
| Visual C++ |
|---|
public: virtual void CreateUninitializedItem( HttpContext^ context, String^ id, int timeout ) override |
Parameters
- context
- Type: System.Web..::.HttpContext
The HttpContext for the current request.
- id
- Type: System..::.String
The SessionID for the current request.
- timeout
- Type: System..::.Int32
The session Timeout for the current request.
Remarks
[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.Provider.Session.IndexusProviderBase.CreateUninitializedItem(System.Web.HttpContext,System.String,System.Int32)"]