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

또 보기