This documentation is archived and is not being maintained.
Page.AspCompatBeginProcessRequest Method
.NET Framework 1.1
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[Visual Basic] Protected Function AspCompatBeginProcessRequest( _ ByVal context As HttpContext, _ ByVal cb As AsyncCallback, _ ByVal extraData As Object _ ) As IAsyncResult [C#] protected IAsyncResult AspCompatBeginProcessRequest( HttpContext context, AsyncCallback cb, object extraData ); [C++] protected: IAsyncResult* AspCompatBeginProcessRequest( HttpContext* context, AsyncCallback* cb, Object* extraData ); [JScript] protected function AspCompatBeginProcessRequest( context : HttpContext, cb : AsyncCallback, extraData : Object ) : IAsyncResult;
See Also
Show: