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