GetConsumptionCredit

Metered.GetConsumptionCredit method

消費されたクレジットの数を取得します。

public static decimal GetConsumptionCredit()

次の例は、消費されたクレジットの数を取得する方法を示しています.

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

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

decimal creditsConsumed = Metered.GetConsumptionCredit();

関連項目