System::Threading::ManualResetEvent 클래스
내용물
[
숨다
]ManualResetEvent class
Event to notify waiting thread that does not reset automatically. 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 ManualResetEvent : public System::Threading::EventWaitHandle
메서드
| 메서드 | 설명 |
|---|---|
| ManualResetEvent(bool) | RTTI 정보. |
필드
| 필드 | 설명 |
|---|---|
| static WaitTimeout | 함수가 반환할 특수 값이며, 타임아웃이 초과되고 아무 것도 신호를 보내지 않을 경우 배열에서 신호된 객체의 인덱스를 반환합니다. |
또 보기
- Class EventWaitHandle
- Namespace System::Threading
- Library Aspose.Page for C++