GetConsumptionCredit

Metered.GetConsumptionCredit method

उपयोग किए गए क्रेडिट की राशि पुनर्प्राप्त करता है

public static decimal GetConsumptionCredit()

उदाहरण

निम्नलिखित उदाहरण प्रदर्शित करता है कि संसाधित एमबी की मात्रा को कैसे पुनः प्राप्त किया जाए।

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

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

decimal usedCredits = Metered.GetConsumptionCredit();

यह सभी देखें