The LicenseManagement type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| LicenseManagement |
Initializes a new instance of the LicenseManagement class.
|
Methods
| Name | Description | |
|---|---|---|
| ChangeWatchedLicenses |
Changes which licenses are being watched.
| |
| ChangeWatchedLicensesAsync |
Asynchronously changes which licenses are being watched.
| |
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsLicenseAssigned |
Gets a value indicating whether or not the license is assigned to the user.
| |
| IsWatching()()()() |
Determines whether a watch is active.
| |
| IsWatching(String) |
Determines whether a watch is active and if the specified value is being watched.
| |
| LicenseOperation | Issues a synchronous request to perform license operations (query, request, release, replace) on a set of licenses. | |
| LicenseOperationAsync | Issues an asynchronous request to perform license operations (query, request, release, replace) on a set of licenses. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| PerformLicenseOperation | Issues a synchronous request to perform license operations (query, request, release, replace) on a set of licenses. | |
| PerformLicenseOperationAsync | Issues an asynchronous request to perform license operations (query, request, release, replace) on a set of licenses. | |
| StartWatching |
Starts watching the specified licenseNames.
| |
| StartWatchingAsync |
Asynchronously starts watching the specified licenseNames.
| |
| StopWatching |
Stops watching the licenses.
| |
| StopWatchingAsync |
Asynchronously stops watching the licenses.
| |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Events
| Name | Description | |
|---|---|---|
| LicensesChanged |
Occurs when a license changes.
|