皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【单选题】
You are developing a Windows Communication Foundation (WCF) service that allows customers to update financial data. The client applications call the service in a transaction. The service contract is defined as follows. (Line numbers are included for reference only.) 01 [ServiceContract] 02 public interface IDataUpdate 03 { 04 [OperationContract] 05 [TransactionFlow(TransactionFlowOption.Mandatory)] 06 void Update(string accountNumber, double amount); 07 } 08 09 ... 10 class UpdateService : IDataUpdate 11 { 12 [OperationBehavior(TransactionScopeRequired = true, TransactionAutoComplete = true)]13 public void Update(string accountNumber, double amount) 14 { 15 try 16 { 17 ... 18 } 19 catch(Exception ex) 20 { 21 WriteErrorLog(ex); 22 ... 23 } 24 } 25 } 26Customers report that the transaction completes successfully even if the Update method throws an exception.You need to ensure that the transaction is aborted if the Update method is not successful. What should you do? ()
A.
Insert the following line at line 22: throw;
B.
Insert the following line at line 09: [ServiceBehavior(TransactionAutoCompleteOnSessionClose=false)]
C.
Replace line 12 with the following line: [OperationBehavior(TransactionScopeRequired=true, TransactionAutoComplete= false)]
D.
Insert the following line at line 09.: [ServiceBehavior(TransactionAutoCompleteOnSessionClose=true)]
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【简答题】目前, 是制取合成树脂的主要原料。合成树脂是由低分子有机物经化学聚合反应或缩合反应制成,故又称其为 。
【判断题】将取下的螺丝随意扔在操作台上,后来发现螺丝少了一颗。
A.
正确
B.
错误
【简答题】华晨公司2019年10月发生的部分经济业务如表所示。请分别按照权责发生制和收付实现制计算该公司10月份的盈亏,并完成表中相关栏目的填写。
【判断题】在合成酚醛树脂的缩聚反应后期,进行减压蒸馏操作的主要目的是降低生成物中低分子副产物(水)的浓度,使化学平衡向有利于聚合物生成的方向移动,提高反应程度和产物的聚合度。
A.
正确
B.
错误
【判断题】唐朝各种异域蔬菜入种本土,唐都长安是当时首屈一指的大都市,远超同一时期的西方城市。
A.
正确
B.
错误
【简答题】聚合酶链式反应(PCR)是生物学家在实验室以少量样品制备大量DNA的生化技术,反应系统中包括微量样品基因、DNA聚合酶、引物、4种脱氧核甘酸等。反应中新合成的DNA又可以作为下一轮循环反应的模板,其过程如图所示: 每次此循环反应完成时产生两分子DNA,如果该DNA样品有1000个脱氧核苷酸,已知它的一条单链上碱基A:G://T:C://1:2:3:4,则五次循环后将产生多少个()DNA,需要游离的...
【简答题】华晨公司2019年10月发生的部分经济业务如表所示。请分别按照权责发生制和收付实现制计算该公司10月份的盈亏,并完成表中相关栏目的填写。 (请注意,对号填写)
【单选题】目前微生物的快速检测和自动化分析中,广泛地采用的免疫学技术是( )。
A.
DNA探针
B.
聚合酶链反应技术
C.
DNA芯片
D.
酶联免疫吸附测定法
【单选题】目前微生物的快速检测和自动化分析中,广泛采用的免疫学技术是(    )。
A.
DNA探针    
B.
聚合酶链反应技术
C.
DNA芯片    
D.
酶联免疫吸附测定法
【判断题】在合成PET的缩聚反应后期,采用减压操作的主要目的是降低生成物中低分子副产物(水)的浓度,使化学平衡向有利于聚合物生成的方向移动,提高反应程度和产物的聚合度。
A.
正确
B.
错误
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题