TeamFoundationApplication.Application_End Method

Perform common application end handling.

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

Syntax

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

Parameters

Remarks

Announce that the application is ending by using one of these:

  1. A brief event log message.

  2. ASP.NET Trace mechanism if there is a context available.

  3. Team Foundation Trace mechanism.

.NET Framework Security

See Also

Reference

TeamFoundationApplication Class

Microsoft.TeamFoundation.Framework.Server Namespace