共用方式為


LicenseManager.LockContext(Object) 方法

定義

防止對指定物件的目前 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 擷取 。

適用於