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();

أنظر أيضا