AspComet.CometHttpHandler.BeginProcessRequest C# (CSharp) 메소드

BeginProcessRequest() 공개 메소드

public BeginProcessRequest ( HttpContext context, AsyncCallback callback, object asyncState ) : IAsyncResult
context System.Web.HttpContext
callback AsyncCallback
asyncState object
리턴 IAsyncResult
        public IAsyncResult BeginProcessRequest(HttpContext context, AsyncCallback callback, object asyncState)
        {
            return BeginProcessRequest(new HttpContextWrapper(context), callback, asyncState);
        }

Same methods

CometHttpHandler::BeginProcessRequest ( System.Web.HttpContextBase context, AsyncCallback callback, object asyncState ) : IAsyncResult