GetConsumptionQuantity

Metered.GetConsumptionQuantity method

Haalt het aantal verwerkte MB’s op.

public static decimal GetConsumptionQuantity()

Winstwaarde

consumptie hoeveelheid

Voorbeelden

Het volgende voorbeeld laat zien hoe u het aantal verwerkte MB’s kunt ophalen.

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

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

decimal mbProcessed = Metered.GetConsumptionQuantity();

Zie ook