Select from following answers:- System.Threading

- System.Machine.Theading
- System.Thread.Threading
- System.DotNetThreading
- All Above
The System.Threading namespace provides classes and interfaces that enable multithreaded programming. In addition to classes for synchronizing thread activities and access to data ( Mutex, Monitor, Interlocked, AutoResetEvent, and so on), this namespace includes a ThreadPool class that allows you to use a pool of system-supplied threads, and a Timer class that executes callback methods on thread pool threads.
Show Correct Answer
Source: http://msdn.microsoft.com/en-us/library/system.threading.aspx | Asked In: Many Interviews |
Alert Moderator