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

G. andrew Duthie; matthew Macdonald

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

IISAPIRuntime

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

This interface supports the .NET Framework infrastructure. You do not need to use it directly in your code.

public interface 

IISAPIRuntime { // Public Instance Methods public void

DoGCCollect ( ); public int

ProcessRequest (in IntPtr

ecb , in int

useProcessModel ); public void

StartProcessing ( ); public void

StopProcessing ( ); }

Implemented By

ISAPIRuntime