Background category service. More...
Background category service.
Inheritance diagram for BackgroundService:Public Member Methods | |
| BackgroundService () | |
| Contructor. More... | |
Public Member Methods inherited from Service< BackgroundService, PriorityLowest > | |
| Service () | |
| Constuctor. More... | |
| virtual | ~Service () |
| Destructor. More... | |
Public Member Methods inherited from BaseService | |
| BaseService (BaseServiceController &serviceController) | |
| Constuctor. More... | |
| void | SetPeriod (TimeSpan period) |
| Set the period of the service. More... | |
| TimeSpan | GetPeriod () const |
| Gets the service period. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from BaseService | |
| virtual void | InitialExecute () |
| Initial execution of the service. More... | |
| virtual void | CyclicExecute ()=0 |
| Cyclic execution of the service. More... | |
| virtual void | FinalExecute () |
| Final execution of the service. More... | |
| void | UnregisterServiceController () |
| Method used by inherited class to unregister the service controller. More... | |
| void | RegisterServiceController () |
| Method used by inherited class to register the service controller once completely created. More... | |
Contructor.