SemaphoreAcl.OpenExisting(String, SemaphoreRights) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이미 있는 경우 지정된 명명된 세마포를 열고 원하는 액세스 권한을 적용합니다.
public:
static System::Threading::Semaphore ^ OpenExisting(System::String ^ name, System::Security::AccessControl::SemaphoreRights rights);
public static System.Threading.Semaphore OpenExisting (string name, System.Security.AccessControl.SemaphoreRights rights);
static member OpenExisting : string * System.Security.AccessControl.SemaphoreRights -> System.Threading.Semaphore
Public Shared Function OpenExisting (name As String, rights As SemaphoreRights) As Semaphore
매개 변수
- name
- String
열 세마포의 이름입니다. "Global" 접두사인 경우 컴퓨터 전체 세마포를 나타냅니다. 접두사 "Local"이 접두사이거나 접두사 없는 경우 세션 전체 세마포를 참조합니다. 접두사와 이름 모두 대/소문자를 구분합니다.
- rights
- SemaphoreRights
반환된 세마포에 적용할 원하는 액세스 권한입니다.
반환
기존의 명명된 세마포입니다.
예외
name
이(가) null
인 경우
name
이 빈 문자열인 경우
명명된 세마포가 없거나 잘못되었습니다.
명명된 세마포가 있으나 사용자에게 이를 사용하는 데 필요한 보안 액세스 권한이 없는 경우