December 2019
Intermediate to advanced
346 pages
9h 8m
English
System.Threading.WaitHandle is a class that inherits from the MarshalByRefObject class and is used to synchronize threads that are running in an application. Blocking and signaling are used to synchronize threads using wait handles. Threads can be blocked by calling any of the methods of the WaitHandle class. They are released, depending on the type of signaling construct that is selected. The methods of the WaitHandle class are as follows:
The following is an example that shows us how WaitAll works:
public static ...
Read now
Unlock full access