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 usedCredits = Metered.GetConsumptionCredit();

أنظر أيضا