移动端

  • 题王微信公众号

    题王微信公众号

    微信搜“题王网”真题密题、最新资讯、考试攻略、轻松拿下考试

多选题

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?()

发布日期:2020-04-10

You create a service application that monitors fre...
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.

题王网让考试变得更简单

扫码关注题王,更多免费功能准备上线!

此试题出现在

CMS专题

CMS专题

去刷题
热门试题热门资讯 相关试题

暂无相关推荐~