GetConsumptionQuantity
Metered.GetConsumptionQuantity method
Recupera la quantità di MB elaborati.
public static decimal GetConsumptionQuantity()
Valore di ritorno
Un valore decimale che rappresenta la quantità di consumo.
Esempi
L’esempio seguente mostra come recuperare la quantità di MB elaborati.
string publicKey = "Public Key";
string privateKey = "Private Key";
Metered metered = new Metered();
metered.SetMeteredKey(publicKey, privateKey);
decimal mbProcessed = Metered.GetConsumptionQuantity();
Guarda anche
- class Metered
- spazio dei nomi GroupDocs.Parser
- assemblea GroupDocs.Parser