NET - Explain the states of a windows service application

Explain the states of a window service application

1. Running : Normal operation occurs during this stage.
2. Paused : The service cannot perform anything beyond till the paused state is changed.
3. Stopped : The application based on this service will not work until the service is started once again.
4. Pending : Running is the stage which comes after Pending.
NET - Explain the types of window services
Explain the types of window services - Win32OwnProcess, Win32ShareProcess......
NET - Explain the steps to create a windows service
Explain the steps to create a windows service - Steps to create a windows service:......
NET - Describe how to add functionality to a service application
Describe how to add functionality to a service application - It is done by overriding the functions of Base class......
Post your comment