Page.AspCompatEndProcessRequest(IAsyncResult) メソッド

定義

Active Server Page (ASP) リソースに対する要求を終了します。 このメッソドは、レガシ ASP アプリケーションとの互換性のために用意されています。

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

パラメーター

result
IAsyncResult

要求によって生成された ASP ページ。

注釈

このメソッドは呼び出さないでください。

適用対象