This class is used by the ASP.NET framework to provide session state
support. It is not used directly in your
code.
public sealed class StateRuntime : IStateRuntime {
// Public Constructors
public StateRuntime( );
// Public Instance Methods
public void ProcessRequest(IntPtr tracker, int verb, string uri, int exclusive, int timeout,
int lockCookieExists, int lockCookie, int contentLength, IntPtr content); // implements IStateRuntime
public void StopProcessing( ); // implements IStateRuntime
}