The InTheHand.Threading namespace provides classes that assist multithreaded programming.
| C# | Visual Basic |
namespace InTheHand.Threading
Namespace InTheHand.Threading
| All Types | Classes | Enumerations |
| Icon | Type | Description |
|---|---|---|
| EventResetMode |
Indicates whether an EventWaitHandle is reset automatically or manually.
| |
| EventWaitHandle |
Represents a thread synchronization event.
| |
| ThreadHelper |
Provides helper functions for the Thread class.
| |
| WaitHandleCannotBeOpenedException |
The exception that is thrown when an attempt is made to open a system named sychronization event that does not exist.
|