Class Metered
Metered class
メータリング キーを設定するメソッドを提供します。
public class Metered
コンストラクター
名前 | 説明 |
---|---|
Metered() | このクラスの新しいインスタンスを初期化します。 |
メソッド
名前 | 説明 |
---|---|
SetMeteredKey(string, string) | 従量制の公開鍵と秘密鍵を設定します |
static GetConsumptionCredit() | 消費クレジットを取得 |
static GetConsumptionQuantity() | 消費ファイルサイズを取得 |
例
この例では、従量制の公開鍵と秘密鍵を設定しようとします
[C#]
Metered matered = new Metered();
matered.SetMeteredKey("PublicKey", "PrivateKey");
[Visual Basic]
Dim matered As Metered = New Metered
matered.SetMeteredKey("PublicKey", "PrivateKey")
コンポーネント jar ファイル:
Metered matered = new Metered();
matered.setMeteredKey("PublicKey", "PrivateKey");
関連項目
- 名前空間 Aspose.Finance
- 組み立て Aspose.Finance