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

问题:

[单选]

You are developing a Windows Communication Foundation (WCF) service that is hosted by a Windows Forms Application.The ServiceHost instance is created in the Form Constructor.You need to ensure that the service is not blocked while the UI thread is busy.
What should you do?()

A . Decorate the service implementation class with the following line of code [ServiceBehavior(UseSyncronizationContext = false)]
B . Decorate the service implementation class with the following line of code [ServiceBehavior(ConcurrencyMode = ConcurrencyMode.Multiple)]
C . Call the Invoke method of the form and supply a delegate.
D . Call the BeginInvoke method of the form and supply a delegate.

“五爱”的核心是()。 如何正确使用钢板尺? 等待期条款 下列不属于现实层动画的条件的是() 发生动画的内容必须插入到层内。 将行为的事件定义为onload。 将行为的事件定义为load。 插入到层内的动画会有各种转场效果。 沉郁顿挫

You are developing a Windows Communication Foundation (WCF) service that is hosted by a Windows Forms Application.The ServiceHost instance is created in the Form Constructor.You need to ensure that the service is not blocked while the UI thread is busy.
What should you do?()

参考答案:

  参考解析

本题暂无解析

在线 客服