GetConsumptionQuantity

Metered.GetConsumptionQuantity method

संसाधित एमबी की राशि पुनर्प्राप्त करता है।

public static decimal GetConsumptionQuantity()

उदाहरण

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

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

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

decimal mbProcessed = Metered.GetConsumptionQuantity();

यह सभी देखें