Name

StateRuntime

Synopsis

This class is used by the ASP.NET framework to provide session state support. It is not used directly in your code.

Public NotInheritable Class StateRuntime : Implements IStateRuntime
' Public Constructors
   Public Sub New() 
' Public Instance Methods
   Public Sub ProcessRequest(ByVal tracker As IntPtr, 
        ByVal verb As Integer, ByVal uri As String, 
        ByVal exclusive As Integer, 
        ByVal timeout As Integer, 
        ByVal lockCookieExists As Integer, 
        ByVal lockCookie As Integer, 
        ByVal contentLength As Integer, 
        ByVal content As IntPtr) Implements IStateRuntime.ProcessRequest 
   Public Sub StopProcessing(
        ) Implements IStateRuntime.StopProcessing 
End Class

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.