IStateRuntime.StopProcessing Method

Definition

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.

Applies to

See also