GetConsumptionQuantity
Metered.GetConsumptionQuantity method
استرداد كمية الميغابايت التي تمت معالجتها .
public static decimal GetConsumptionQuantity()
أمثلة
المثال التالي يوضح كيفية استرداد كمية الميغابايت التي تمت معالجتها.
string publicKey = "Public Key";
string privateKey = "Private Key";
Metered metered = new Metered();
metered.SetMeteredKey(publicKey, privateKey);
decimal mbProcessed = Metered.GetConsumptionQuantity();
أنظر أيضا
- class Metered
- مساحة الاسم GroupDocs.Merger
- المجسم GroupDocs.Merger