System::Threading::EventWaitHandle 클래스
내용물
[
숨다
]EventWaitHandle class
Event that can be sent to waiting thread. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument.
class EventWaitHandle : public System::Threading::WaitHandle
메서드
| 메서드 | 설명 |
|---|---|
| EventWaitHandle(bool, EventResetMode) | RTTI 정보. |
| virtual Reset() | 이벤트를 비신호 상태로 설정합니다. |
| virtual Set() | 이벤트를 신호 상태로 설정합니다. |
| ~EventWaitHandle() | 소멸자. |
필드
| 필드 | 설명 |
|---|---|
| static WaitTimeout | 함수가 반환할 특수 값이며, 타임아웃이 초과되고 아무 것도 신호를 보내지 않을 경우 배열에서 신호된 객체의 인덱스를 반환합니다. |
또 보기
- Class WaitHandle
- Namespace System::Threading
- Library Aspose.Page for C++