当前位置:MCTS(70-513)题库

问题:

[多选]

A Windows Communication Foundation (WCF) solution uses the following contract:
[ServiceContract(SessionMode=SessionMode.Allowed)]public interface IMyService{ [OperationContract(IsTerminating=false)] void Initialize();
[OperationContract(IsInitiating=false)] void DoSomething(); [OperationContract(IsTerminating=true)] void Terminate();}
You need to change this interface so that: lnitialize is allowed to be called at any time before Terminate is called. DoSomething is allowed to be called only after Initialize is called, and not allowed to be called after Terminate is called. Terminate will be allowed to be called only after Initalize is called.Which two actions should you perform? (Each correct answer presents part of the sdution. Choose two)()。

A . Change the ServiceContract attribute of the IMyService interface to the following. [ServiceContract(SessionMode=SessionMode.Required)]
B . Change the ServiceContract attrbute of the IMyService interface to the following [ServiceContract(SessionMode=SessionMode.Allowed)]
C . Change the OperationContract attribute of the Initialize operation to the following. [OperationContract(IsInitiating = true, IsTerminating = false)]
D . Change the OperationContract attribute of the Terminate operation to the following [OperationContract(IsInitiating = false, IsTerminating = true)]

You need to recommend a solution for configuring the Web servers. The solution must meet the  company’s technical requirements.What should you include in the recommendations?() Active Directory Lightweight Directory Services (AD LDS)。 Failover Clustering。 HTTP redirection。 IIS Shared Configuratio。 液化石油气钢瓶属于() 高压气瓶。 中压气瓶。 中低压气瓶。 低压气瓶。 SQL的中文含义是()。 在网络信息传播过程中,一般需要一个(),负责向原节点和目的地节点进行秘密信息分发,也可起到仲裁的作用。 发送方。 可信的第三方。 接收方。 安全消息。 霉菌污染饲料的危害主要有?

A Windows Communication Foundation (WCF) solution uses the following contract:
[ServiceContract(SessionMode=SessionMode.Allowed)]public interface IMyService{ [OperationContract(IsTerminating=false)] void Initialize();
[OperationContract(IsInitiating=false)] void DoSomething(); [OperationContract(IsTerminating=true)] void Terminate();}
You need to change this interface so that: lnitialize is allowed to be called at any time before Terminate is called. DoSomething is allowed to be called only after Initialize is called, and not allowed to be called after Terminate is called. Terminate will be allowed to be called only after Initalize is called.Which two actions should you perform? (Each correct answer presents part of the sdution. Choose two)()。

参考答案:

  参考解析

本题暂无解析

在线 客服