Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- sender
Type: System.Object
- e
Type: System.EventArgs
Remarks
Announce that the application is terminating via - A brief event log message - ASP.NET Trace mechanism (if there's a context available) - Team Foundation Trace mechanism
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.