IHttpAsyncHandler

IHttpAsyncHandler

System.Web (system.web.dll)interface

This interface is implemented by the HttpApplication class and defines the requirements for asynchronous processing. It is an integral part of the ASP.NET framework and is not used directly by ASP.NET application code.

public interface IHttpAsyncHandler : IHttpHandler { // Public Instance Methods    public IAsyncResult BeginProcessRequest(HttpContext context, AsyncCallback cb, object extraData);    public void EndProcessRequest(IAsyncResult result); }

Implemented By

HttpApplication



ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net