Share via


TeamFoundationApplication.Application_EndRequest Method

Post-request handling. The request completion is traced to ASP.NET and the Thread's culture is reset.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Protected Sub Application_EndRequest ( _
    sender As Object, _
    e As EventArgs _
)
protected void Application_EndRequest(
    Object sender,
    EventArgs e
)
protected:
void Application_EndRequest(
    Object^ sender, 
    EventArgs^ e
)
member Application_EndRequest : 
        sender:Object * 
        e:EventArgs -> unit
protected function Application_EndRequest(
    sender : Object, 
    e : EventArgs
)

Parameters

.NET Framework Security

See Also

Reference

TeamFoundationApplication Class

Microsoft.TeamFoundation.Framework.Server Namespace