Metered
Leave feedback
On this page
Provides methods which allow to activate product with Metered license and retrieve amount of MBs processed. Learn more about Metered licenses here.
public class Metered
| Name | Description |
|---|---|
| SetMeteredKey(string, string) | Sets metered public and private key. |
| static GetConsumptionCredit() | Gets the consumption credit. |
| static GetConsumptionQuantity() | Gets the consumption quantity. |
Learn more
The example demonstrates how to set metered public and private keys.
Metered metered = new Metered();
metered.SetMeteredKey("PublicKey", "PrivateKey");
- namespace GroupDocs.Search
- assembly GroupDocs.Search
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.