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

问题:

[单选]

You are developing a Windows Comunication Foundation (WCF) service that is used to check the status of orders placed by customers.The following code segment is part of your service.(Line numbers are included for reference only.)
01 [ServiceContract]
02 public interface IStatus
03 {
04 [OperationContract]
05 int GetOrderStatus(string orderNumber);
06 }
07
08 class OrderService : IStatus
09 {
10 public int GetOrderStatus(string orderNumber)
11 {
12 ...
13 }
14 }
15
16 class Program
17 {
18 static void Main(string[] args)
19 {
20
21
22 host.Open();
23 ...
24 }
25 }You need to ensure that the service always listens at net.pipe://SupplyChainServer/Pipe.
What should you do?()

A .
B .
C .
D .

安全评价一共包括()个方面。 2。 6。 3。 5。 刑诉法规定,对犯罪嫌疑人逮捕后的侦查羁押期限不得超过(),案情复杂、期限届满不能终结的案件,可以经上一级人民检察院批准延长一个月。 一个月。 二个月。 三个月。 一个半月。 医疗器械产品灭菌方式一般有:()、()、()、()、()。 人与动物共患的细菌性传染病有()等。 员工心理契约有如下属性() 主观性。 互惠性。 客观性。 效能性。 动态性。

You are developing a Windows Comunication Foundation (WCF) service that is used to check the status of orders placed by customers.The following code segment is part of your service.(Line numbers are included for reference only.)
01 [ServiceContract]
02 public interface IStatus
03 {
04 [OperationContract]
05 int GetOrderStatus(string orderNumber);
06 }
07
08 class OrderService : IStatus
09 {
10 public int GetOrderStatus(string orderNumber)
11 {
12 ...
13 }
14 }
15
16 class Program
17 {
18 static void Main(string[] args)
19 {
20
21
22 host.Open();
23 ...
24 }
25 }You need to ensure that the service always listens at net.pipe://SupplyChainServer/Pipe.
What should you do?()

参考答案:

  参考解析

本题暂无解析

在线 客服