| 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