CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
manual_reset_event.h
1
2#ifndef manual_reset_event_h
3#define manual_reset_event_h
4
5#include "system/object.h"
6#include "system/threading/event_wait_handle.h"
7
8namespace System{ namespace Threading{
9
14class ASPOSECPP_SHARED_CLASS ManualResetEvent final: public EventWaitHandle
15{
17 RTTI_INFO(System::Threading::ManualResetEvent, ::System::BaseTypesInfo<System::Threading::EventWaitHandle>);
18public:
21 ASPOSECPP_SHARED_API ManualResetEvent(bool initialState);
22};
23
24}} // namespace System{ namespace Threading{
25
26
27#endif // manual_reset_event_h
Event that can be sent to waiting thread. Objects of this class should only be allocated using System...
Definition: event_wait_handle.h:23
Event to notify waiting thread that does not reset automatically. Objects of this class should only b...
Definition: manual_reset_event.h:15
ManualResetEvent(bool initialState)
Constructor.
Definition: db_command.h:9