![]() |
LicenseSpring .Net SDK 7.32.1
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. | |
Properties | |
bool | IsConsumptionOverageAllowed [get, set] |
Is it allowed to exceed consumption for this license.Meaningful only for Consumption based license. | |
int | MaxConsumptionOverage [get, set] |
Extra amount of consumption that allows to go over MaxConsumption .Meaningful only for Consumption license. | |
![]() |
Class that encapsulates information about overages in consumption licence.
This information can be passed to LicenseService.SyncConsumption
if you want to add information 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.Meaningful only for Consumption based license.
Implements LicenseSpring.IOverageRequest.
|
getset |
Extra amount of consumption that allows to go over MaxConsumption
.Meaningful only for Consumption license.
Implements LicenseSpring.IOverageRequest.