Page.AspCompatEndProcessRequest(IAsyncResult) Metod

Definition

Avslutar en begäran om ASP-resurser (Active Server Page). Den här metoden tillhandahålls för kompatibilitet med äldre ASP-program.

protected:
 void AspCompatEndProcessRequest(IAsyncResult ^ result);
protected void AspCompatEndProcessRequest(IAsyncResult result);
member this.AspCompatEndProcessRequest : IAsyncResult -> unit
Protected Sub AspCompatEndProcessRequest (result As IAsyncResult)

Parametrar

result
IAsyncResult

DEN ASP-sida som genereras av begäran.

Kommentarer

Anropa inte den här metoden.

Gäller för