GetConsumptionQuantity

Metered.GetConsumptionQuantity method

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

public static decimal GetConsumptionQuantity()

Geri dönüş değeri

Tüketim miktarını temsil eden bir ondalık değer.

Ö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