欢迎来到建筑考试题库网 建筑考试题库官网
全部科目 > 微软认证考试 > MCPD > MCPD(70-536)

多项选择题

You create a service application that monitors free space on a hard disk drive.  You must ensure that the service application runs in the background and monitors the free space every minute.
What should you do?()

    A.Add code to the default constructor of the Service class to monitor the free space on the hard disk drive.
    B.Add code to the OnStart method of the Service class to monitor the free space on the hard disk drive.
    C.Add an instance of the System.Windows.Forms.Timer class to the Service class and configure it to fire every minute.
    D.Add an instance of the System.Timers.Timer class to the Service class and configure it to fire every minute.
    E.Add code to the OnStart method of the Service class to start the timer.
    F.Add code to the Elapsed event handler of the timer to monitor the free space on the hard disk drive.
    G.Add code to the Tick event handler of the timer to monitor the free space on the hard disk drive.

点击查看答案

相关考题

微信小程序免费搜题
微信扫一扫,加关注免费搜题

微信扫一扫,加关注免费搜题