C# Class Tp.Core.ServiceManager

Afficher le fichier Open project: TargetProcess/Target-Process-Plugins

Méthodes publiques

Méthode Description
StartServices ( IContainer container, log4net.ILog log ) : void
StopServices ( IContainer container, log4net.ILog log ) : void

Private Methods

Méthode Description
RunOnServices ( IContainer container, Action action, System.Action starting, System.Action finishing, Action onError ) : void

Method Details

StartServices() public static méthode

public static StartServices ( IContainer container, log4net.ILog log ) : void
container IContainer
log log4net.ILog
Résultat void

StopServices() public static méthode

public static StopServices ( IContainer container, log4net.ILog log ) : void
container IContainer
log log4net.ILog
Résultat void