Training
Module
Create and Manage Events - Training
Discover how events facilitate communication between objects in C#, and how their integration with delegates creates robust, decoupled code.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Multiple processes can have handles to the same event, mutex, semaphore, or timer object, so these objects can be used to accomplish interprocess synchronization. The process that creates an object can use the handle returned by the creation function (CreateEvent, CreateMutex, CreateSemaphore, or CreateWaitableTimer). Other processes can open a handle to the object by using its name, or through inheritance or duplication. For more information, see the following topics:
Training
Module
Create and Manage Events - Training
Discover how events facilitate communication between objects in C#, and how their integration with delegates creates robust, decoupled code.