GetConsumptionCredit

Metered.GetConsumptionCredit method

Récupère le nombre de crédits consommés.

public static decimal GetConsumptionCredit()

Exemples

L’exemple suivant montre comment récupérer le nombre de crédits consommés.

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

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

decimal creditsConsumed = Metered.GetConsumptionCredit();

Voir également