IStateRuntime.StopProcessing Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Stops the processing of session data stored in ASP.NET state server.
public:
void StopProcessing();
public void StopProcessing ();
abstract member StopProcessing : unit -> unit
Public Sub StopProcessing ()
Remarks
ASP.NET can manage session state out-of-process by using a Windows service called the ASP.NET state service. The StopProcessing method is used by unmanaged code in this service to stop processing the session data. This member is provided to support the .NET Framework infrastructure implementation of the ASP.NET state service and is not intended be used directly from your code. For more information about session-state storage options, see Session-State Modes.