GetConsumptionCredit

Metered.GetConsumptionCredit method

Recupera il conteggio dei crediti consumati.

public static decimal GetConsumptionCredit()

Esempi

L’esempio seguente mostra come recuperare il conteggio dei crediti consumati.

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

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

decimal creditsConsumed = Metered.GetConsumptionCredit();

Guarda anche