IStateRuntime

IStateRuntime

System.Web.SessionState (system.web.dll)interface

This interface defines a contract for the StateRuntime class.

public interface IStateRuntime {
// Public Instance Methods
   public void ProcessRequest(in IntPtr tracker, in int verb, in string uri, in int exclusive, in int timeout, 
        in int lockCookieExists, in int lockCookie, in int contentLength, in IntPtr content);
   public void StopProcessing( );
}

Implemented By

StateRuntime



    Part I: Introduction to ASP.NET
    Part III: Namespace Reference
    Chapter 40. The System.Web.UI.MobileControls Namespace
    Chapter 42. The System.Web.UI.WebControls Namespace