How do you handle Start, Pause, Continue and Stop calls
from SCM within your application?



How do you handle Start, Pause, Continue and Stop calls from SCM within your application?..

Answer / swapna

By implementing OnStart, OnPause, OnContinue and OnStop
methods.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

Hi, Requirement is: try { \\SQL Query } catch(Exception i) { print a } catch(SQLQueryException e) { \\SQL Query } Got Exception in "try" block. Which "catch" throws exception and Why??? Please provide the answer in detail.. Thanks for the help!!!

3 Answers   3i Infotech,


What method do you use to explicitly kill a users session? How?

0 Answers  


What's a windows process in .net?

0 Answers  


What is misl?

0 Answers  


how we can capture the value in textbox when selectedvluechanged event of gridview is fired

1 Answers  


what is the default security setting in .net?

0 Answers  


If we want to write a Windows service that cannot be paused, only started and stopped. How to accomplish that?

1 Answers  


How to implement getcommon method in class a? Are you seeing any problem in the implementation?

0 Answers  


How do you pass value of a text box from page1.aspx to page2.aspx without storing it as a session value?

6 Answers   C Squared Systems,


Please explain the difference between constants and read-only variables?

0 Answers  


What is Ajax design pattern in .NET?

0 Answers  


What exactly is being serialized when you perform serialization in .net?

0 Answers  


Categories