What will you do to accomplish the task?

Posted by: Pdfprep Category: GSSP-.NET Tags: , ,

You work as a Software Developer for ABC Inc. The company uses Visual Studio .NET as its application development platform. You are creating a Windows service application using the .NET Framework. The service is used to execute several tasks that require background processing. You do not want to actively manage threads in the service application, but you must make sure that security checks are performed during the execution of the task.

What will you do to accomplish the task?
A . Use the ThreadPool.UnsafeQueueUserWorkItem method.
B . thread2 raises its own priority
C . Use the Thread.Start method.
D . Use the Thread.Resume method.
E . Use the ThreadPool.QueueUserWorkItem method.

Answer: E

Leave a Reply

Your email address will not be published.