单项选择题
为应用程序开发人员上班 Certkiller.com。您正在对名为 Certkiller App11 的应用程序。
Certkiller App11 必须配置为同时执行一系列数学计算。
你怎么办下一步要配置 Certkiller App11 同时执行一系列数学计算的?()
A.配置ProcessThread对象的IdealProcessor属性。
B.配置ProcessThread对象的ProcessorAffinity属性。
C.每个计算的应由CertkillerApp11调用QueueUserWorkItem方法的线程池类。
D.配置Process.GetCurrentProcess()。BasePriority属性设置为要高。
相关考题
-
单项选择题
You are writing an application that uses SOAP to exchange data with other applications. You use a Department class that inherits from ArrayList to send objects to another application. The Department object is named dept. You need to ensure that the application serializes the Department object for transport by using SOAP. Which code should you use?()
A.A
B.B
C.C
D.D -
单项选择题
为应用程序开发人员上班 Certkiller.com。 您正在使用的应用程序,并且希望使用平台调用从托管代码调用非托管的函数的服务。 您将如何完成这项任务?()
A.创建一个用于存储DLL函数的类。通过使用托管的代码中创建原型方法。
B.使用COM注册程序集。托管的代码引用从com。
C.导出类型库的托管代码。
D.导入为程序集的类型库。创建COM对象的实例。 -
多项选择题
为应用程序开发人员上班 Certkiller.com。 您正在开发新的应用程序,名为 Certkiller App12。 Certkiller App12 必须配置为异步接收事件。 您定义名分别为 Wq1EventQuery 和 ManagementEventWatcher 的两个实例。 Wq1EventQuery 将列出这些应对 Certkiller App12 的事件和事件的条件。ManagementEventWatcher 将订阅与该查询匹配的所有事件。 哪两个额外的操作应您仍执行,使 Certkiller App12 异步接收事件?() 选择两个正确答案。每个答案提供唯一的完整的解决方案的一部分。
A.调用Start方法的开始侦听事件ManagementEventWatcher。
B.若要配置事件的侦听器,使用ManagementEventWatcher的EventArrived事件。
C.要等待的事件,请使用ManagementEventWatcher的WaitForNextEvent方法。
D.创建事件处理程序类,包含接收ObjectReadyEventArgs参数的一种方法。
E.使用ManagementEventWatcher的已停止事件配置事件的侦听器。
