Valid 70-483 Dumps shared by ExamDiscuss.com for Helping Passing 70-483 Exam! ExamDiscuss.com now offer the newest 70-483 exam dumps, the ExamDiscuss.com 70-483 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 70-483 dumps with Test Engine here:
You are developing an application by using C#. The application includes an object that performs a long running process. You need to ensure that the garbage collector does not release the object's resources until the process completes. Which garbage collector method should you use?
Correct Answer: B
Explanation You can use the SuppressFinalize method in a resource class to prevent a redundant garbage collection from being called. Reference: GC.SuppressFinalize Method (Object) https://msdn.microsoft.com/en-us/library/system.gc.suppressfinalize(v=vs.110).aspx