EventWaitHandleAcl 클래스

정의

특정 ACL(액세스 제어 목록) 보안을 사용하여 EventWaitHandle 개체를 만드는 데 사용되는 Windows 관련 확장 메서드를 제공합니다.

public ref class EventWaitHandleAcl abstract sealed
public static class EventWaitHandleAcl
type EventWaitHandleAcl = class
Public Class EventWaitHandleAcl
상속
EventWaitHandleAcl

메서드

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

EventWaitHandle 인스턴스를 가져오거나 만들어 이벤트 생성 중에 EventWaitHandleSecurity 인스턴스를 선택적으로 지정할 수 있게 합니다.

OpenExisting(String, EventWaitHandleRights)

이미 있는 경우 지정된 명명된 이벤트 대기 핸들을 열고 원하는 액세스 권한을 적용합니다.

TryOpenExisting(String, EventWaitHandleRights, EventWaitHandle)

지정된 명명된 이벤트 대기 핸들을 열려고 시도합니다(이미 있는 경우). 원하는 액세스 권한을 적용하고 작업이 성공했는지 여부를 나타내는 값을 반환합니다.

적용 대상