Name the method of servicebase class?



Name the method of servicebase class?..

Answer / Tarun Chaudhary

The ServiceBase class in C# provides several methods: OnStart(), OnStop(), OnPause(), and OnContinue(). These methods are called during different phases of the service lifetime.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is abstract class ?

5 Answers   Digital GlobalSoft,


What is the difference between Static, Const and read only?

1 Answers  


What are functions in c#?

1 Answers  


If a class derives from another class, will the derived class automatically contain all the public, protected, and internal members of the base class?

1 Answers  


About delegates and events?

2 Answers   ADITI,


What is callback function in c#?

1 Answers  


What is marshalling and what are different kinds of marshalling?

1 Answers  


To compute the monthly, half-yearly and annual sales made by all the salesmen of a company.

1 Answers   Philips,


How do you generate documentation from the C# file commented properly with a command-line compiler?

1 Answers  


Explain states of a thread in c#?

1 Answers  


Is c# substring zero based?

1 Answers  


What are escape sequences explain with example?

1 Answers  


Categories