GetConsumptionQuantity

Metered.GetConsumptionQuantity method

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

public static decimal GetConsumptionQuantity()

반환 값

소비 수량을 나타내는 10진수 값입니다.

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

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

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

decimal mbProcessed = Metered.GetConsumptionQuantity();

또한보십시오