InterviewSolution
Saved Bookmarks
| 1. |
What Is Mutex Class In C#? |
|
Answer» A Mutex is USED ,to perform INTERPROCESS synchronization and a THREAD to have exclusive ACCESS to shared resources. A Mutex is used ,to perform interprocess synchronization and a thread to have exclusive access to shared resources. |
|