Solved

Class Task Is Part OfNET's Task Parallel Library (TPL)for Asynchronous

Question 17

Multiple Choice

Class Task is part ofNET's Task Parallel Library (TPL) for asynchronous programming.Task static method Run receives a ________ as an argument and executes a method in a separate thread.The method returns a Task< TResult > where TResult represents the type of value returned by the method being executed.


A) callback
B) Func< TResult > delegate
C) Task
D) thread

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions