GetConsumptionCredit
Metered.GetConsumptionCredit method
Mengambil jumlah kredit yang digunakan.
public static decimal GetConsumptionCredit()
Nilai Pengembalian
Jumlah kredit yang sudah digunakan
Contoh
Contoh berikut menunjukkan cara mengambil jumlah kredit yang digunakan.
string publicKey = "Public Key";
string privateKey = "Private Key";
Metered metered = new Metered();
metered.SetMeteredKey(publicKey, privateKey);
decimal creditsConsumed = Metered.GetConsumptionCredit();
Lihat juga
- class Metered
- ruang nama GroupDocs.Editor
- perakitan GroupDocs.Editor