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