SharpSchedule

Global.Application_Start Method 

Called when the application starts. Set up the reporting output directory.

[Visual Basic]
Protected Sub Application_Start( _
   ByVal sender As Object, _
   ByVal e As EventArgs _
)
[C#]
protected void Application_Start(
   object sender,
   EventArgs e
);

Parameters

sender
Missing <param> documentation for sender
e
Missing <param> documentation for e

See Also

Global Class | Ozanam.Schedule.Web Namespace