Metered

Metered class

提供使用计量许可证许可组件的方法。

public class Metered

构造函数

姓名 描述
Metered() 初始化一个新的实例Metered类.

方法

姓名 描述
SetMeteredKey(string, string) 使用计量密钥激活产品。
static GetConsumptionCredit() 检索消耗的积分数。
static GetConsumptionQuantity() 检索已处理的 MB 数量。

评论

了解更多

例子

以下示例演示了如何使用 Metered 密钥激活产品。

string publicKey = "Public Key";
string privateKey = "Private Key";

Metered metered = new Metered();
metered.SetMeteredKey(publicKey, privateKey);

也可以看看