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함수가 반환할 특수 값이며, 타임아웃이 초과되고 아무 것도 신호를 보내지 않을 경우 배열에서 신호된 객체의 인덱스를 반환합니다.

또 보기