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")

関連項目