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
Explain re-clarification of object based in .net?
How server form post-back works?
Can you write a class without specifying namespace?
What is Complex Class in .NET?
Define code access security (cas)?
What is the procedure to add assemly to gac to make it shared one?
Explain the difference between .net 2000 and .net 2005(features)? Which one is better?
Explain what relationship is between a process, application domain, and application?
If you are executing these statements in commandobject. Select * from table1; select * from table2? How you will deal result set? 42. How do you sort a dataset.
Tell us what is the difference between struct and class?
What is view state in .net?
What is singleton activation mode in .net?
What is managed code and managed data in .net?
Explain cas (code access security)?
Do you know what is the difference between an abstract class and an interface?