C# Class AzureWebFarm.WebFarmRole

Datei anzeigen Open project: MRCollective/AzureWebFarm Class Usage Examples

Protected Properties

Property Type Description
Container IContainer

Public Methods

Method Description
OnStart ( ) : void
OnStop ( ) : void
Run ( ) : void
WebFarmRole ( ILoggerFactory logFactory = null, LoggerLevel loggerLevel = null, LogLevel diagnosticsLogLevel = null ) : System

Instantiates an Azure Web Farm Role.

Protected Methods

Method Description
Configure ( ) : void

Method Details

Configure() protected method

protected Configure ( ) : void
return void

OnStart() public method

public OnStart ( ) : void
return void

OnStop() public method

public OnStop ( ) : void
return void

Run() public method

public Run ( ) : void
return void

WebFarmRole() public method

Instantiates an Azure Web Farm Role.
public WebFarmRole ( ILoggerFactory logFactory = null, LoggerLevel loggerLevel = null, LogLevel diagnosticsLogLevel = null ) : System
logFactory ILoggerFactory The Castle.Core Logger Factory to use for logging, AzureDiagnosticsTraceListenerFactory by default
loggerLevel LoggerLevel The Castle.Core Log Level to use for logging, LoggerLevel.Info by default
diagnosticsLogLevel LogLevel The log level to use for Azure Diagnostics, LogLevel.Information by default
return System

Property Details

Container protected_oe property

protected IContainer Container
return IContainer