EventWaitHandleAcl Class

Definition

Provides a Windows-specific extension method for creating EventWaitHandle objects with specific access control list (ACL) security.

public ref class EventWaitHandleAcl abstract sealed
public static class EventWaitHandleAcl
type EventWaitHandleAcl = class
Public Class EventWaitHandleAcl
Inheritance
EventWaitHandleAcl

Methods

Create(Boolean, EventResetMode, String, Boolean, EventWaitHandleSecurity)

Gets or creates an EventWaitHandle instance, allowing a EventWaitHandleSecurity instance to be optionally specified to set it during the event creation.

OpenExisting(String, EventWaitHandleRights)

Opens a specified named event wait handle, if it already exists, and applies the desired access rights.

TryOpenExisting(String, EventWaitHandleRights, EventWaitHandle)

Tries to open a specified named event wait handle, if it already exists, applies the desired access rights, and returns a value that indicates whether the operation succeeded.

Applies to