public final class ManualResetEvent extends EventWaitHandle
| Constructor and Description |
|---|
ManualResetEvent(boolean initialState)
Initializes a new instance with a boolean value indicating whether to set the
initial state to signaled.
|
close, dispose, reset, set, waitOne, waitOnewaitAllpublic ManualResetEvent(boolean initialState)
initialState - true to set the initial state signaled; false to set the initial state
to nonsignaled.