MvcHandler.EndProcessRequest(IAsyncResult) メソッド

定義

非同期要求処理の終了時に、ASP.NET によって呼び出されます。

protected internal virtual void EndProcessRequest (IAsyncResult asyncResult);
abstract member EndProcessRequest : IAsyncResult -> unit
override this.EndProcessRequest : IAsyncResult -> unit
Protected Friend Overridable Sub EndProcessRequest (asyncResult As IAsyncResult)

パラメーター

asyncResult
IAsyncResult

非同期の結果。

適用対象