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();
또한보십시오
- class Metered
- 네임스페이스 GroupDocs.Conversion
- 집회 GroupDocs.Conversion