2#if !defined(_auto_reset_event_h_)
3#define _auto_reset_event_h_
5#include "system/object.h"
6#include "system/threading/event_wait_handle.h"
8namespace System{
namespace Threading{
Event to notify waiting thread that resets automatically. Objects of this class should only be alloca...
Definition: auto_reset_event.h:80
AutoResetEvent(bool initialState)
Constructor.
Event that can be sent to waiting thread. Objects of this class should only be allocated using System...
Definition: event_wait_handle.h:23
Definition: db_command.h:9