If we want to write a Windows service that cannot be
paused, only started and stopped. How to accomplish that?
Answer Posted / swapna
Set CanPauseAndContinue attribute to false.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is .net assembly?
Please explain is the jit an interpreter?
Explain what is a delegate?
Differences between dll and exe?
What is operator overloading in .net?
How many namespaces are in .net version 1.1?
Will my .net app run on 64-bit windows?
What are the authentication methods in .net?
Write a program to create a user control with name and surname as data members and login as method and also the code to call it.
Explain me how does linq work?
What’s different between process and application in .net?
What is the difference between function and stored procedure?
what is the meaning silverligt control
What is meant by localization?
Please explain what is the difference between constants and read-only variables?