LicenseManager::UnlockContext Method (Object^)
.NET Framework (current version)
Allows changes to be made to the current LicenseContext of the given object.
Assembly: System (in System.dll)
Parameters
- contextUser
-
Type:
System::Object^
The object whose current context you want to unlock.
| Exception | Condition |
|---|---|
| ArgumentException | contextUser represents a different user than the one specified in a previous call to LockContext. |
Use the LicenseContext to get the License of an object. This method unlocks the LicenseContext, allowing the License to be retrieved.
.NET Framework
Available since 1.1
Available since 1.1
Show: