Background category service. More...
Background category service.
Public Member Methods | |
BackgroundService () | |
Contructor. More... | |
![]() | |
Service () | |
Constuctor. More... | |
virtual | ~Service () |
Destructor. More... | |
![]() | |
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 | |
![]() | |
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.