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

问题:

[单选] 当 Web 应用关闭后,你需要人工释放资源。为此,你应该响应哪一个事件?()

A . Application_BeginRequest
B . Application_End
C . Application_Start
D . Application_EndRequest

You are developing a Windows Communication Foundation (WCF) service that does not operate on a duplex channel.You find that operations do not start until all previous operations have finished. The service hosting code contains the following lines.var service = new WarehouseService(); var host = new ServiceHost(service);You need to ensure that new operations do not wait for previous operations to finish. Which attribute should you use to decorate the service?() [ServiceBehavior(InstanceContextMode=InstanceContextMode.Single, ConcurrencyMode=ConcurrencyMode.Multiple)]。 [CallbackBehavior(ConcurrencyMode=ConcurrencyMode.Multiple)]。 [ServiceBehavior(InstanceContextMode=InstanceContextMode.Single, ConcurrencyMode=ConcurrencyMode.Single)]。 [ServiceBehavior(InstanceContextMode=InstanceContextMode.Single, ConcurrencyMode=ConcurrencyMode.Reentrant)]。 具有()医疗器械不得委托生产。 在组织形象识别系统中,被简称为MI的是() 理念识别系统。 行为识别系统。 视觉识别系统。 效能识别系统。 经营第二类医疗器械,实行()管理。 数字化物资管理系统主要包括()。 材料管理系统及设备管理系统。 材料管理系统。 设备管理系统。 材料监控系统。 当 Web 应用关闭后,你需要人工释放资源。为此,你应该响应哪一个事件?()
参考答案:

  参考解析

本题暂无解析

在线 客服