PrepAway - Latest Free Exam Questions & Answers

Tag: mcpd Override the OnLoad method instead of the OnStart metho

You have added the following class to the Windows service application…

You have been given the task of developing a Windows service application that regularly monitors other Windows services on the same computer.
This Windows service application must also log any abnormal file system activity. You have added the following class to the Windows service application:
public class EnumerateService : ServiceBase {
public static EnumerateService () {
this.ServiceName = “Enumerate Service”;
this.CanStop = true;
}