Page.AspCompatBeginProcessRequest(HttpContext, AsyncCallback, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initiates a request for Active Server Page (ASP) resources. This method is provided for compatibility with legacy ASP applications.
protected:
IAsyncResult ^ AspCompatBeginProcessRequest(System::Web::HttpContext ^ context, AsyncCallback ^ cb, System::Object ^ extraData);
protected IAsyncResult AspCompatBeginProcessRequest (System.Web.HttpContext context, AsyncCallback cb, object extraData);
member this.AspCompatBeginProcessRequest : System.Web.HttpContext * AsyncCallback * obj -> IAsyncResult
Protected Function AspCompatBeginProcessRequest (context As HttpContext, cb As AsyncCallback, extraData As Object) As IAsyncResult
Parameters
- context
- HttpContext
An HttpContext with information about the current request.
The callback method.
- extraData
- Object
Any extra data needed to process the request in the same manner as an ASP request.
Returns
An IAsyncResult object.
Remarks
Do not call this method.
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET