event Class (Concurrency Runtime)
A manual reset event which is explicitly aware of the Concurrency Runtime.
class event;
Members
Public Constructors
Name |
Description |
---|---|
Destroys an event. |
Public Methods
Name |
Description |
---|---|
Resets the event to a non-signaled state. |
|
Signals the event. |
|
Waits for the event to become signaled. |
|
Waits for multiple events to become signaled. |
Remarks
For more information, see Synchronization Data Structures.
Inheritance Hierarchy
event
Requirements
Header: concrt.h
Namespace: concurrency