StateRuntime.StopProcessing Method

Definition

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.

Applies to

See also