Class Metered
Metered class
メータリング キーを設定するメソッドを提供します。
public class Metered
メソッド
| 名前 | 説明 |
|---|---|
| static GetConsumptionCredit() | 消費クレジットを取得 |
| static GetConsumptionQuantity() | 消費ファイルサイズを取得 |
| static ResetMeteredKey() | 以前にセットアップしたライセンスを削除します |
| static SetMeteredKey(string, string) | 従量制の公開鍵と秘密鍵を設定します |
例
この例では、従量制の公開鍵と秘密鍵を設定しようとします
[C#]
Metered.SetMeteredKey("PublicKey", "PrivateKey");
[Visual Basic]
Metered.SetMeteredKey("PublicKey", "PrivateKey")
関連項目
- 名前空間 Aspose.Gis
- 組み立て Aspose.GIS