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 start handling
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Protected Sub Application_Start ( _
sender As Object, _
e As EventArgs _
)
protected void Application_Start(
Object sender,
EventArgs e
)
protected:
void Application_Start(
Object^ sender,
EventArgs^ e
)
member Application_Start :
sender:Object *
e:EventArgs -> unit
protected function Application_Start(
sender : Object,
e : EventArgs
)
Parameters
- sender
Type: System.Object
- e
Type: System.EventArgs
Remarks
Note: The application start message is deferred to post-initialization
.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.