GetConsumptionCredit

Metered.GetConsumptionCredit method

사용한 크레딧 양 검색

public static decimal GetConsumptionCredit()

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

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

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

decimal usedCredits = Metered.GetConsumptionCredit();

또한보십시오