EventWaitHandleTimeOut Members
The EventWaitHandleTimeOut type exposes the following members.
Constructors
Name | Description | |
---|---|---|
EventWaitHandleTimeOut |
Initializes a new instance of the EventWaitHandleTimeOut class.
|
Methods
Name | Description | |
---|---|---|
Equals(System.Object) | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Reset |
Sets the state of the event to not signaled, causing threads to block.
|
|
Set |
Sets the state of the event to signaled, allowing one or more waiting threads to proceed.
|
|
ToString | (Inherited from Object.) | |
WaitOne |
Blocks the current thread until the current EventWaitHandleTimeOut receives a signal.
|