Interface IProduct
Provides information about current release.
Namespace: GridGain.Core.Product
Assembly: GridGain.Core.dll
Syntax
public interface IProduct
Methods
GetGracePeriodLeft()
Gets the grace period left.
Declaration
TimeSpan GetGracePeriodLeft()
Returns
| Type | Description |
|---|---|
| TimeSpan |
GetLicense()
Gets the license descriptor.
Declaration
IProductLicense GetLicense()
Returns
| Type | Description |
|---|---|
| IProductLicense |
UpdateLicense(String)
Updates to a new license.
Declaration
void UpdateLicense(string license)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | license | The content of the license. |
Exceptions
| Type | Condition |
|---|---|
| ProductLicenseException | If license could not be updated. |