GetConsumptionQuantity

Metered.GetConsumptionQuantity method

Recupera la quantità di MB elaborati.

public static decimal GetConsumptionQuantity()

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