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)
Called by the SessionStateModule object at the end of a request.
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 EndRequest( HttpContext context ) |
| Visual Basic (Declaration) |
|---|
Public Overrides Sub EndRequest ( _ context As HttpContext _ ) |
| Visual C++ |
|---|
public: virtual void EndRequest( HttpContext^ context ) override |
Parameters
- context
- Type: System.Web..::.HttpContext
The HttpContext for the current request.
Remarks
[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.Provider.Session.IndexusProviderBase.EndRequest(System.Web.HttpContext)"]