ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources]

G. andrew Duthie; matthew Macdonald

نسخه متنی -صفحه : 873/ 389
نمايش فراداده

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