GetConsumptionCredit

Metered.GetConsumptionCredit method

Haalt het aantal verbruikte credits op.

public static long GetConsumptionCredit()

Winstwaarde

Het aantal verbruikte credits.

Voorbeelden

Het volgende voorbeeld laat zien hoe u het aantal verbruikte credits kunt ophalen.

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

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

decimal creditsConsumed = Metered.GetConsumptionCredit();

Zie ook