LicenseManager.LockContext(Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
防止對指定物件的目前 LicenseContext 做變更。
public:
static void LockContext(System::Object ^ contextUser);
public static void LockContext (object contextUser);
static member LockContext : obj -> unit
Public Shared Sub LockContext (contextUser As Object)
參數
- contextUser
- Object
要鎖定它目前內容的物件。
例外狀況
已經鎖定內容。
備註
LicenseContext使用取得 License 物件的 。 這個方法會 LicenseContext鎖定 ,以防止 License 擷取 。