SemaphoreAcl 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供特定於 Windows 的擴充方法,可用來建立具有特定存取控制清單 (ACL) 安全性的 Semaphore 物件。
public ref class SemaphoreAcl abstract sealed
public static class SemaphoreAcl
type SemaphoreAcl = class
Public Class SemaphoreAcl
- 繼承
-
SemaphoreAcl
方法
Create(Int32, Int32, String, Boolean, SemaphoreSecurity) |
取得或建立 Semaphore 執行個體,允許在建立事件期間選擇性地指定 SemaphoreSecurity 執行個體以進行設定。 |
OpenExisting(String, SemaphoreRights) |
開啟指定的具名旗號,如果已存在,並套用所需的存取權限。 |
TryOpenExisting(String, SemaphoreRights, Semaphore) |
嘗試開啟指定的具名旗號,如果已存在,則會套用所需的存取權限,並傳回值,指出作業是否成功。 |