Metered
Metered class
Provides methods to set metered key.
In this example, an attempt will be made to set metered public and private key
[C#]
Metered metered = new Metered();
metered.SetMeteredKey("PublicKey", "PrivateKey");
[Visual Basic]
Dim metered As Metered = New Metered
metered.SetMeteredKey("PublicKey", "PrivateKey")
Metered metered = new Metered();
metered.setMeteredKey("PublicKey", "PrivateKey");
Methods
| Name | Description |
|---|---|
| GetConsumptionCredit | Gets consumption credit. |
| GetConsumptionQuantity | Gets consumption file size. |
| IsLicensed | Checks whether the product is successfully licensed using Metered license. |
| ResetMeteredKey | Removes previously setup license. |
| SetMeteredKey | Sets metered public and private keys. |