C# Class AzureWebFarm.Services.BackgroundWorkerService

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

Méthodes publiques

Méthode Description
BackgroundWorkerService ( string sitesPath, string executablePath, ILoggerFactory loggerFactory, LoggerLevel logLevel ) : System
Dispose ( ) : void
DisposeSite ( string siteName ) : void
Ping ( ) : void
Update ( string siteName ) : void
Wait ( System.TimeSpan maxWait ) : void

Private Methods

Méthode Description
ForEachExecutable ( Action action ) : void

Method Details

BackgroundWorkerService() public méthode

public BackgroundWorkerService ( string sitesPath, string executablePath, ILoggerFactory loggerFactory, LoggerLevel logLevel ) : System
sitesPath string
executablePath string
loggerFactory ILoggerFactory
logLevel LoggerLevel
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

DisposeSite() public méthode

public DisposeSite ( string siteName ) : void
siteName string
Résultat void

Ping() public méthode

public Ping ( ) : void
Résultat void

Update() public méthode

public Update ( string siteName ) : void
siteName string
Résultat void

Wait() public méthode

public Wait ( System.TimeSpan maxWait ) : void
maxWait System.TimeSpan
Résultat void