C# Class DaemonMaster.DaemonMaster

Mostrar archivo Open project: adzerk/DaemonMaster

Public Properties

Property Type Description
scheduler IScheduler

Public Methods

Method Description
DaemonMaster ( ) : System
DaemonMaster ( ITypeLoader typeLoader ) : System
Execute ( ) : void
IsShutdown ( ) : bool
IsStarted ( ) : bool
Shutdown ( ) : void

Method Details

DaemonMaster() public method

public DaemonMaster ( ) : System
return System

DaemonMaster() public method

public DaemonMaster ( ITypeLoader typeLoader ) : System
typeLoader ITypeLoader
return System

Execute() public method

public Execute ( ) : void
return void

IsShutdown() public method

public IsShutdown ( ) : bool
return bool

IsStarted() public method

public IsStarted ( ) : bool
return bool

Shutdown() public method

public Shutdown ( ) : void
return void

Property Details

scheduler public_oe property

public IScheduler scheduler
return IScheduler