C# Class ConnectTheDotsWebSite.Global

Inheritance: System.Web.HttpApplication
Show file Open project: amykatenicho/IoTWorkshop

Public Properties

Property Type Description
globalSettings GlobalSettings

Protected Methods

Method Description
Application_End ( Object sender, EventArgs e ) : void
Application_Start ( Object sender, EventArgs e ) : void

Private Methods

Method Description
CreateEventProcessorHostClient ( EventHubSettings &eventHubSettings ) : void
GetAppSettings ( ) : void

Method Details

Application_End() protected method

protected Application_End ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
return void

Application_Start() protected method

protected Application_Start ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
return void

Property Details

globalSettings public static property

public static GlobalSettings,ConnectTheDotsWebSite globalSettings
return GlobalSettings