欢迎来到PP题库网 PP题库官网
logo
全部科目 > 微软认证考试 > MCTS > MCTS(70-513)

多项选择题

You develop a Windows Communication Foundation (WCF) service to generate reports. Client applications call the service to initiate report generation but do not wait for the reports to be generated. The service does not provide any status to the client applications. The service class is defined as follows. (Line numbers are included for reference only.)
01 [ServiceContract]
02 public class ReportGeneratorService
03 {
04 ...
05 private int GenerateReports(int clientID)
06 {
07 ...
08 return 0;
09 }
10 }
You need to ensure that client applications can initiate reports without waiting for status.
Which two actions should you perform (Each correct answer presents part of the solution. Choose two.) ()。

    A. Insert the following code at line 04. [OperationContract(IsOneWay=true)]
    B. Insert the following code at line 04. [OperationContract(AsyncPattern=false)]
    C. At line 05, change the GenerateReports method from private to public.
    D. Remove line 08. At line 05, change the return type of GenerateReports method to void.

点击查看答案

相关考题

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

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