Interface ILicenses
Gives access to methods to read and interact with licenses.
Namespace: TopSolid.Kernel.Automating
Assembly: TopSolid.Kernel.Automating.dll
Syntax
[ServiceContract]
[AvailableSinceVersion(7, 16, 400, 20)]
public interface ILicenses
Remarks
This interface is available since v7.16.
Methods
| Name | Description |
|---|---|
| ActivateLicense(License) | Activates a license. |
| AddFloatingLicense(License) | Adds a floating license. |
| DeactivateLicense(License) | Deactivates a license. |
| GetActveLicenses() | Gets the active licenses. |
| GetFloatingLicenseServers() | Gets the floating license servers. |
| GetLicenses() | Gets all licenses. |
| GetUsedFloatingLicenses() | Gets used floating licenses. |
| SetFloatingLicenseServer(string) | Sets the floating license server. |