Metered
Overview
Metered is a class in Aspose.3D FOSS for .NET.
Metered license management class (not available in FOSS version)
This class provides 5 methods for working with Metered objects in .NET programs.
Available methods include: GetConsumptionCredit, GetConsumptionQuantity, IsMeteredLicensed, Metered, SetMeteredKey.
All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package.
Methods
| Signature | Description |
|---|---|
Metered() | Initializes a new instance of the Metered class |
SetMeteredKey(publicKey: string, privateKey: string) | Not implemented in the FOSS edition — throws at runtime. Sets metered public and private key (not available in FOSS version) |
GetConsumptionCredit() | Not implemented in the FOSS edition — throws at runtime. Gets consumed credit quantity (not available in FOSS version) |
GetConsumptionQuantity() | Not implemented in the FOSS edition — throws at runtime. Gets consumption quantity (not available in FOSS version) |
IsMeteredLicensed() | Check whether metered is licensed |