C# Class AzureWebFarm.Example.Web.WebRole

Inheritance: RoleEntryPoint
Datei anzeigen Open project: MRCollective/AzureWebFarm

Public Methods

Method Description
OnStart ( ) : bool
OnStop ( ) : void
Run ( ) : void
WebRole ( ) : Castle.Core.Logging

Method Details

OnStart() public method

public OnStart ( ) : bool
return bool

OnStop() public method

public OnStop ( ) : void
return void

Run() public method

public Run ( ) : void
return void

WebRole() public method

public WebRole ( ) : Castle.Core.Logging
return Castle.Core.Logging