The LicenseRequest type exposes the following members.
Constructors
Name | Description | |
---|---|---|
LicenseRequest()()()() |
The default constructor creates an instance of the LicenseRequest class.
| |
LicenseRequest(String) |
Creates a default license request object that queries the existence of the requested license. The license can be a user license
or a feature license on the IC server.
| |
LicenseRequest(String, LicenseRequestType) |
Creates a license request object to perform a query, request, replace, or release operation on a license. The license
can be a user license or a feature license on the IC server.
|
Methods
Name | Description | |
---|---|---|
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.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a String that represents the current Object. (Overrides Object..::..ToString()()()().) |
Properties
Name | Description | |
---|---|---|
LicenseRequestType |
Gets the type of the license request.
| |
Name |
Gets the license name.
|