C# Class AzureWebFarm.WebFarmRole

Afficher le fichier Open project: MRCollective/AzureWebFarm Class Usage Examples

Protected Properties

Свойство Type Description
Container IContainer

Méthodes publiques

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

Instantiates an Azure Web Farm Role.

Méthodes protégées

Méthode Description
Configure ( ) : void

Method Details

Configure() protected méthode

protected Configure ( ) : void
Résultat void

OnStart() public méthode

public OnStart ( ) : void
Résultat void

OnStop() public méthode

public OnStop ( ) : void
Résultat void

Run() public méthode

public Run ( ) : void
Résultat void

WebFarmRole() public méthode

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
Résultat System

Property Details

Container protected_oe property

protected IContainer Container
Résultat IContainer