GetConsumptionCredit
Metered.GetConsumptionCredit method
Recupera il conteggio dei crediti consumati.
public static long GetConsumptionCredit()
Valore di ritorno
Il conteggio dei crediti consumati.
Esempi
L’esempio seguente mostra come recuperare il conteggio dei crediti consumati.
string publicKey = "Public Key";
string privateKey = "Private Key";
Metered metered = new Metered();
metered.SetMeteredKey(publicKey, privateKey);
decimal creditsConsumed = Metered.GetConsumptionCredit();
Guarda anche
- class Metered
- spazio dei nomi GroupDocs.Watermark
- assemblea GroupDocs.Watermark