In The Hand - .NET Components for Mobility
EventWaitHandle Constructor (initialState, mode)
NamespacesInTheHand.ThreadingEventWaitHandleEventWaitHandle(Boolean, EventResetMode)
Initializes a newly created EventWaitHandle object, specifying whether the wait handle is initially signaled, and whether it resets automatically or manually.
Declaration Syntax
C#Visual Basic
public EventWaitHandle(
	bool initialState,
	EventResetMode mode
)
Public Sub New ( _
	initialState As Boolean, _
	mode As EventResetMode _
)
Parameters
initialState (Boolean)
true to set the initial state to signaled, false to set it to nonsignaled.
mode (EventResetMode)
An EventResetMode value that determines whether the event resets automatically or manually.
Remarks
If name is a null reference (Nothing in Visual Basic) or an empty string, a local EventWaitHandle is created. If a system event with the name specified for the name parameter already exists, the initialState parameter is ignored.

Assembly: InTheHand.WindowsMobile (Module: InTheHand.WindowsMobile) Version: 3.2.0.0