C# Class IpWatchDog.Configurator

Mostra file Open project: ikriv/IpWatchDog Class Usage Examples

Public Methods

Method Description
Configurator ( bool isConsole ) : IpWatchDog.Install
CreateInstaller ( ) : IpWatchDog.Install.InstallUtil
CreateRunner ( ) : IRunner
CreateServiceController ( ) : IService

Private Methods

Method Description
CreateNotifier ( AppConfig config ) : IIpNotifier
CreateWatchDogService ( ) : IService

Method Details

Configurator() public method

public Configurator ( bool isConsole ) : IpWatchDog.Install
isConsole bool
return IpWatchDog.Install

CreateInstaller() public method

public CreateInstaller ( ) : IpWatchDog.Install.InstallUtil
return IpWatchDog.Install.InstallUtil

CreateRunner() public method

public CreateRunner ( ) : IRunner
return IRunner

CreateServiceController() public method

public CreateServiceController ( ) : IService
return IService