StateRuntime.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 the ASP.NET state server.
public:
virtual void StopProcessing();
public void StopProcessing ();
abstract member StopProcessing : unit -> unit
override this.StopProcessing : unit -> unit
Public Sub StopProcessing ()
Implements
Remarks
ASP.NET supports the option of managing session state out-of-process 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.