The members of System.Threading.EventWaitHandle are listed below.
See Also: Inherited members from System.Threading.WaitHandle
Initializes a new instance of the System.Threading.EventWaitHandle class, specifying whether the wait handle is initially signaled, and whether it resets automatically or manually. | ||
Initializes a new instance of the System.Threading.EventWaitHandle class, specifying whether the wait handle is initially signaled if created as a result of this call, whether it resets automatically or manually, and the name of a system synchronization event. | ||
Documentation for this section has not yet been entered. | ||
Documentation for this section has not yet been entered. |
GetAccessControl()
| ||
static | OpenExisting(string)
| |
static | OpenExisting(string, System.Security.AccessControl.EventWaitHandleRights)
| |
Reset()
| ||
Set()
| ||
SetAccessControl(System.Security.AccessControl.EventWaitHandleSecurity)
| ||
static | TryOpenExisting(string, out EventWaitHandle)Documentation for this section has not yet been entered. | |
static | TryOpenExisting(string, System.Security.AccessControl.EventWaitHandleRights, out EventWaitHandle)Documentation for this section has not yet been entered. |