多做题,通过考试没问题!

微软认证考试

睦霖题库>其他计算机考试>微软认证考试

A WCF service code is implemented as follows. (Line numbers are included for reference only) 01 [ServiceContract] 02 [ServiceBehavior(InstanceContextMode = 03 InstanceContextMode.Single)] 04 public class CalculatorService 05 { 06 [OperationContract] 07 public double Calculate(double op1, string op, double op2) 08 { 09 } 10 } You need to increase the rate by which clients get the required response from the service. What are two possble ways to achieve this goal? (Each correct answer presents a complete solution. Choose two.)()

  • A、
  • B、
  • C、
  • D、
正确答案:A,B
答案解析:
进入题库查看解析

微信扫一扫手机做题