GetConsumptionQuantity

Metered.GetConsumptionQuantity method

İşlenen MB miktarını alır.

public static decimal GetConsumptionQuantity()

Örnekler

Aşağıdaki örnek, işlenen MB miktarının nasıl alınacağını gösterir.

string publicKey = "Public Key";
string privateKey = "Private Key";

Metered metered = new Metered();
metered.SetMeteredKey(publicKey, privateKey);

decimal mbProcessed = Metered.GetConsumptionQuantity();

Ayrıca bakınız