GetConsumptionCredit

Metered.GetConsumptionCredit method

使用クレジット数取得

public static decimal GetConsumptionCredit()

次の例は、処理された MB の量を取得する方法を示しています。

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

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

decimal usedCredits = Metered.GetConsumptionCredit();

関連項目