网友您好, 请在下方输入框内输入要搜索的题目:
YoudevelopaserviceapplicationnamedFileService.Youdeploytheserviceapplicationtomultipleserversonyournetwork.Youimplementthefollowingcodesegment.(Linenumbersareincludedforreferenceonly.)YouneedtodeveloparoutinethatwillstartFileServiceifitstops.TheroutinemuststartFileServiceontheserveridentifiedbytheserverNameinputparameter.Whichtwolinesofcodeshouldyouaddtothecodesegment?()
A.Insertthefollowinglineofcodebetweenlines03and04:crtl.ServiceName=serverName;
B.Insertthefollowinglineofcodebetweenlines03and04:crtl.MachineName=serverName;
C.Insertthefollowinglineofcodebetweenlines03and04:crtl.Site.Name=serverName;
D.Insertthefollowinglineofcodebetweenlines04and05:crtl.Continue();
E.Insertthefollowinglineofcodebetweenlines04and05:crtl.Start();
F.Insertthefollowinglineofcodebetweenlines04and05:crtl.ExecuteCommand(0);
参考答案