GetConsumptionQuantity
Metered.GetConsumptionQuantity method
処理された MB の量を取得します。
public static decimal GetConsumptionQuantity()
例
次の例は、処理された MB の量を取得する方法を示しています。
string publicKey = "Public Key";
string privateKey = "Private Key";
Metered metered = new Metered();
metered.SetMeteredKey(publicKey, privateKey);
decimal mbProcessed = Metered.GetConsumptionQuantity();
関連項目
- class Metered
- 名前空間 GroupDocs.Signature
- 組み立て GroupDocs.Signature