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 |
Méthode | Description | |
---|---|---|
ForEachExecutable ( Action |
public BackgroundWorkerService ( string sitesPath, string executablePath, ILoggerFactory loggerFactory, LoggerLevel logLevel ) : System | ||
sitesPath | string | |
executablePath | string | |
loggerFactory | ILoggerFactory | |
logLevel | LoggerLevel | |
Résultat | System |
public DisposeSite ( string siteName ) : void | ||
siteName | string | |
Résultat | void |
public Wait ( System.TimeSpan maxWait ) : void | ||
maxWait | System.TimeSpan | |
Résultat | void |