Answers

Question and Answer:

  Home  MCSD.NET - 70-320 Exam

⟩ Suppose You have a .NET Remoting object named ES ProductLoader. The ES ProductLoader class is aserver-activated Singleton object.The ES ProductLoader class loads product data into a Microsoft SQL Server database. The Loadmethod of the ES ProductLoader class is a time-consuming method to call. You are developing aclient application that uses the ES ProductLoader class. You want to ensure that the clientapplication can continue to respond to user input while the Load method of the ES ProductLoaderclass is called.What should you do?A. Use an AsyncDelegate instance to call the Load method.B. Modify the ES ProductLoader class to be derived from IAsyncResult.C. Configure the ES ProductLoader class to be a client-activated .NET Remoting object.D. Configure the client application to have its own remoting channel that matches the serverschannel and formatter.

A. Use an AsyncDelegate instance to call the Load method.

 184 views

More Questions for you: