Click to Rate and Give Feedback
Collapse All/Expand All Collapse All
Visual Studio 2010 - Visual C++
event Class (Concurrency Runtime)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

A ConcRT-aware manual reset event.

class event;

Public Constructors

Name

Description

event::~event Destructor

Destroys an event.

Public Methods

Name

Description

event::reset Method

Resets the event to a non-signaled state.

event::set Method

Signals the event.

event::wait Method

Waits for the event to become signaled.

event::wait_for_multiple Method

Waits for multiple events to become signaled.

For more information, see Synchronization Data Structures.

Header: concrt.h

© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker