![]() |
LicenseSpring .Net SDK 7.22.0
Easily add Software Licensing to your application
|
Class that encapsulates information about overages in consumption licence. More...
Public Member Functions | |
OverageRequest () | |
OverageRequest default constructor | |
OverageRequest (bool IsOverageAllowed, int MaxOverage) | |
OverageRequest constructor where you can provide your IsOverageAllowed and MaxOverage params. More... | |
Properties | |
bool | IsConsumptionOverageAllowed [get, set] |
Is it allowed to exceed consumption for this license. More... | |
int | MaxConsumptionOverage [get, set] |
Extra amount of consumption that allows to go over MaxConsumption . More... | |
![]() | |
bool | IsConsumptionOverageAllowed [get, set] |
Is it allowed to exceed consumption for this license. More... | |
int | MaxConsumptionOverage [get, set] |
Extra amount of consumption that allows to go over MaxConsumption . More... | |
Class that encapsulates information about overages in consumption licence.
This information can be passed to LicenseService.SyncConsumption
if you want to add infirmation about overages to request.
LicenseSpring.OverageRequest.OverageRequest | ( | bool | IsOverageAllowed, |
int | MaxOverage | ||
) |
OverageRequest constructor where you can provide your IsOverageAllowed and MaxOverage params.
IsOverageAllowed | Is it allowed to exceed consumption for this license. |
MaxOverage | Extra amount of consumption that allows to go over MaxConsumption . |
|
getset |
Is it allowed to exceed consumption for this license.
Implements LicenseSpring.IOverageRequest.
|
getset |
Extra amount of consumption that allows to go over MaxConsumption
.
Implements LicenseSpring.IOverageRequest.