GetConsumptionQuantity

Metered.GetConsumptionQuantity method

처리된 MB 양을 검색합니다.

public static decimal GetConsumptionQuantity()

다음 예는 처리된 MB 양을 검색하는 방법을 보여줍니다.

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

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

decimal mbProcessed = Metered.GetConsumptionQuantity();

또한보십시오