Class Metered
Contenuti
[
Nascondere
]Metered class
Fornisce metodi per impostare la chiave misurata.
public class Metered
Costruttori
Nome | Descrizione |
---|---|
Metered() | Default_Costruttore |
Metodi
Nome | Descrizione |
---|---|
ResetMeteredKey() | Rimuove la licenza precedentemente configurata. |
SetMeteredKey(string, string) | Imposta chiavi pubbliche e private misurate. |
static GetConsumptionCredit() | Ottiene credito a consumo. |
static GetConsumptionQuantity() | Ottiene la dimensione del file di consumo. |
Esempi
In questo esempio, verrà effettuato un tentativo di impostare la chiave pubblica e privata misurata
[C#]
Metered metered = new Metered();
metered.SetMeteredKey("PublicKey", "PrivateKey");
[Visual Basic]
Dim metered As Metered = New Metered
metered.SetMeteredKey("PublicKey", "PrivateKey")
il file jar del componente:
Metered metered = new Metered();
metered.setMeteredKey("PublicKey", "PrivateKey");
Guarda anche
- spazio dei nomi Aspose.Tasks
- assemblea Aspose.Tasks