HttpApplication.RequestCompleted 事件

定義

當與請求相關的受管理物件已被釋放時,會發生這種情況。

public:
 event EventHandler ^ RequestCompleted;
public event EventHandler RequestCompleted;
member this.RequestCompleted : EventHandler 
Public Custom Event RequestCompleted As EventHandler 

事件類型

備註

RequestCompleted 事件是在 ASP.NET 管線中所有受管理模組與處理器被呼叫後才被呼叫。 它讓模組能在所有受管理模組與處理器執行後清理資源。 如果你需要特定時間明確處理你在請求中建立的管理資源,請使用此事件。

適用於