The LicenseManagement type exposes the following members.

Constructors

  NameDescription
Public methodLicenseManagement
Initializes a new instance of the LicenseManagement class.

Methods

  NameDescription
Public methodChangeWatchedLicenses
Changes which licenses are being watched.
Public methodChangeWatchedLicensesAsync
Asynchronously changes which licenses are being watched.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsLicenseAssigned
Gets a value indicating whether or not the license is assigned to the user.
Public methodIsWatching()()()()
Determines whether a watch is active.
Public methodIsWatching(String)
Determines whether a watch is active and if the specified value is being watched.
Public methodLicenseOperation
Issues a synchronous request to perform license operations (query, request, release, replace) on a set of licenses.
Public methodLicenseOperationAsync
Issues an asynchronous request to perform license operations (query, request, release, replace) on a set of licenses.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPerformLicenseOperation
Issues a synchronous request to perform license operations (query, request, release, replace) on a set of licenses.
Public methodPerformLicenseOperationAsync
Issues an asynchronous request to perform license operations (query, request, release, replace) on a set of licenses.
Public methodStartWatching
Starts watching the specified licenseNames.
Public methodStartWatchingAsync
Asynchronously starts watching the specified licenseNames.
Public methodStopWatching
Stops watching the licenses.
Public methodStopWatchingAsync
Asynchronously stops watching the licenses.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Events

  NameDescription
Public eventLicensesChanged
Occurs when a license changes.

See Also