GetConsumptionCredit

Metered.GetConsumptionCredit method

Hämtar mängd använda krediter

public static decimal GetConsumptionCredit()

Exempel

Följande exempel visar hur man hämtar mängden bearbetade MB.

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

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

decimal usedCredits = Metered.GetConsumptionCredit();

Se även