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 creditsConsumed = Metered.GetConsumptionCredit();

또한보십시오