EventWaitHandleAcl 클래스
정의
특정 ACL(액세스 제어 목록) 보안을 사용하여 EventWaitHandle 개체를 만드는 데 사용되는 Windows 관련 확장 메서드를 제공합니다.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
- 상속
-
EventWaitHandleAcl
메서드
Create(Boolean, EventResetMode, String, Boolean, EventWaitHandleSecurity) |
EventWaitHandle 인스턴스를 가져오거나 만들어 이벤트 생성 중에 EventWaitHandleSecurity 인스턴스를 선택적으로 지정할 수 있게 합니다.Gets or creates an EventWaitHandle instance, allowing a EventWaitHandleSecurity instance to be optionally specified to set it during the event creation. |